Skip to content

Commit

Permalink
fjern 8080-port
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Jan 28, 2025
1 parent f906042 commit 1499f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/proxy/labs-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const simpleRequestLogger = (proxyServer: any, options: any) => {
};

export const setup = (app: Express) => {
const apiUrl = 'http://tiltaksgjennomforing-api-labs:8080';
const apiUrl = 'http://tiltaksgjennomforing-api-labs';

app.get('/tiltaksgjennomforing/fakelogin/aad', async (req, res) => {
try {
Expand Down

0 comments on commit 1499f86

Please sign in to comment.