diff --git a/packages/backend/server/src/app.controller.ts b/packages/backend/server/src/app.controller.ts index 6a217ef3eb..1f483096f7 100644 --- a/packages/backend/server/src/app.controller.ts +++ b/packages/backend/server/src/app.controller.ts @@ -1,11 +1,13 @@ import { Controller, Get } from '@nestjs/common'; +import { Public } from './core/auth'; import { Config } from './fundamentals/config'; @Controller('/') export class AppController { constructor(private readonly config: Config) {} + @Public() @Get() info() { return {