Skip to content

Commit

Permalink
Merge pull request #200 from bcgov/full-redeploy
Browse files Browse the repository at this point in the history
redeploy front & backend
  • Loading branch information
mgtennant committed May 17, 2024
2 parents d0bb74c + b055559 commit 978af6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Provider store={store}>
Expand Down

0 comments on commit 978af6e

Please sign in to comment.