From b05555904aabb46089ffe173b9346f9887ffb97b Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Fri, 17 May 2024 12:20:08 -0700 Subject: [PATCH] redeploy front & backend --- backend/src/app.controller.ts | 1 - frontend/src/app/App.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index 9773b9db..bd1a09b5 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -17,7 +17,6 @@ import { Public } from './auth/decorators/public.decorator'; // // unused, to be cleaned up // let requestUrl: string; // let requestConfig: AxiosRequestConfig; -// @Controller() export class AppController { diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index 3ff726e5..ddeeadb7 100644 --- a/frontend/src/app/App.tsx +++ b/frontend/src/app/App.tsx @@ -5,7 +5,7 @@ import Footer from './content/display/Footer'; import { Provider } from 'react-redux'; import store from './store/store'; import AppRoutes from './routes'; - +// const App: FC = () => { return (