We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57568c commit f4194f1Copy full SHA for f4194f1
server/src/proxy/labs-proxy.ts
@@ -2,7 +2,7 @@ import { Express } from 'express';
2
import { createProxyMiddleware } from 'http-proxy-middleware';
3
4
export const setup = (app: Express) => {
5
- const apiUrl = 'http://tiltaksgjennomforing-api-labs:8080';
+ const apiUrl = 'http://tiltaksgjennomforing-api-labs';
6
7
app.get('/tiltaksgjennomforing/fakelogin/aad', async (req, res) => {
8
try {
0 commit comments