Skip to content

Commit f4194f1

Browse files
committed
fjern 8080-port
1 parent e57568c commit f4194f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/proxy/labs-proxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Express } from 'express';
22
import { createProxyMiddleware } from 'http-proxy-middleware';
33

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

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

0 commit comments

Comments
 (0)