We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28341bd + 34458ab commit 05177feCopy full SHA for 05177fe
peerprep-fe/src/middleware.ts
@@ -2,7 +2,8 @@ import { NextResponse } from 'next/server';
2
import type { NextRequest } from 'next/server';
3
4
const baseURL =
5
- process.env.NEXT_PUBLIC_AUTH_SERVICE_DOCKER_URL ||
+ process.env.NEXT_PUBLIC_API_GATEWAY_DOCKER_URL ||
6
+ process.env.NEXT_PUBLIC_API_GATEWAY_URL ||
7
'http://172.17.0.1:3001/api/v1';
8
9
// This function can be marked `async` if using `await` inside.
0 commit comments