Skip to content

Commit

Permalink
feat. modiacontextholder redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikv committed Aug 7, 2024
1 parent 3590823 commit 9565221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/proxy/api-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const tokenxSetup = (app: Express): void => {

const azureSetup = (app: Express): void => {
console.log('api-proxy setup for azure');
setup(app, process.env.API_SCOPE!);
setup(app, process.env.TILTAK_PROXY_API_SCOPE);
};

const setup = (app: Express, audience: string) => {
Expand Down

0 comments on commit 9565221

Please sign in to comment.