Skip to content

Commit

Permalink
🐛 Remove todo dev line
Browse files Browse the repository at this point in the history
  • Loading branch information
evans-g-crsj committed Jul 24, 2024
1 parent b610955 commit 1fce830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export default function (keycloakConfig: KeycloakConfig): Application {
app.get('/', statusEndpoint);

// endpoints to generate the reports
//app.use('/reports', keycloak.protect(), reportsEndpoint());
app.use('/reports', reportsEndpoint()); //TODO======================
app.use('/reports', keycloak.protect(), reportsEndpoint());

app.use(globalErrorLogger, unknownEndpointHandler, globalErrorHandler);

Expand Down

0 comments on commit 1fce830

Please sign in to comment.