Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed May 24, 2024
1 parent dc47615 commit afc7418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/report/report.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit afc7418

Please sign in to comment.