Skip to content

Commit 28341bd

Browse files
authored
Merge pull request #130 from CS3219-AY2425S1/cloud-fix
push fe to build again
2 parents 8251349 + db7ddb3 commit 28341bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerprep-fe/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const baseURL =
55
process.env.NEXT_PUBLIC_AUTH_SERVICE_DOCKER_URL ||
66
'http://172.17.0.1:3001/api/v1';
77

8-
// This function can be marked `async` if using `await` inside
8+
// This function can be marked `async` if using `await` inside.
99
export async function middleware(request: NextRequest) {
1010
const token = request.cookies.get('access-token');
1111

0 commit comments

Comments
 (0)