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 8251349 + db7ddb3 commit 28341bdCopy full SHA for 28341bd
peerprep-fe/src/middleware.ts
@@ -5,7 +5,7 @@ const baseURL =
5
process.env.NEXT_PUBLIC_AUTH_SERVICE_DOCKER_URL ||
6
'http://172.17.0.1:3001/api/v1';
7
8
-// This function can be marked `async` if using `await` inside
+// This function can be marked `async` if using `await` inside.
9
export async function middleware(request: NextRequest) {
10
const token = request.cookies.get('access-token');
11
0 commit comments