Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed May 17, 2024
1 parent 978af6e commit b43c4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ReportService } from './report/report.service';
import { nfrInterestedParties } from 'src/util';
import { JwtAuthGuard } from './auth/jwtauth.guard';
import { Public } from './auth/decorators/public.decorator';
//

// // unused, to be cleaned up
// let requestUrl: string;
// let requestConfig: AxiosRequestConfig;
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 b43c4c9

Please sign in to comment.