Skip to content

Commit

Permalink
fix: middleware issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Jan 22, 2025
1 parent 380f3e3 commit 92ddaf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export function middleware(request: NextRequest) {
// ) {
// return NextResponse.redirect(new URL("/supervisor/form", request.url));
// }

return NextResponse.next();
}

Expand Down

0 comments on commit 92ddaf4

Please sign in to comment.