Skip to content

Commit

Permalink
feat: CQDG-825 create extendedMapping endpoint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulous committed Aug 14, 2024
1 parent 80c7b84 commit c1b5af6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ const buildApp = (keycloak: Keycloak): Express => {
);
app.use(injectBodyHttpHeaders());

/** disable protect to enable graphql playground */
if (!isDev) app.use(keycloak.protect());

/** Update the validateGrant to Provides more logging/information
* on the reason the token is rejected by keycloak **/
// const k: any = keycloak;
Expand Down

0 comments on commit c1b5af6

Please sign in to comment.