Skip to content

Commit

Permalink
hadde feil import
Browse files Browse the repository at this point in the history
  • Loading branch information
sindredl committed Feb 23, 2024
1 parent a9721d1 commit 90ac4d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/src/proxy/api-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { BaseClient } from 'openid-client';
import { ParsedQs } from 'qs';
import azure from '../login/azure';
import tokenx from '../login/tokenx';
import { whitelistPaths } from '../paths/whitelistPaths';

import whitelistPaths from '../paths/whitelistPaths';
const tokenxSetup = (app: Express, tokenxClient: BaseClient): void => {
console.log('api-proxy setup for tokenx');

Expand Down

0 comments on commit 90ac4d1

Please sign in to comment.