diff --git a/backend/src/report/report.controller.ts b/backend/src/report/report.controller.ts index d8e8bfc4..10c1f238 100644 --- a/backend/src/report/report.controller.ts +++ b/backend/src/report/report.controller.ts @@ -24,7 +24,7 @@ import { Public } from 'src/auth/decorators/public.decorator'; let requestUrl: string; let requestConfig: AxiosRequestConfig; - +// @UseGuards(JwtAuthGuard) @Controller('report') export class ReportController { diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index e6160e19..3ff726e5 100644 --- a/frontend/src/app/App.tsx +++ b/frontend/src/app/App.tsx @@ -5,7 +5,6 @@ import Footer from './content/display/Footer'; import { Provider } from 'react-redux'; import store from './store/store'; import AppRoutes from './routes'; -// const App: FC = () => { return (