diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index bd1a09b5..9773b9db 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -17,6 +17,7 @@ import { Public } from './auth/decorators/public.decorator'; // // unused, to be cleaned up // let requestUrl: string; // let requestConfig: AxiosRequestConfig; +// @Controller() export class AppController {