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.
1 parent 85b428d commit ff3bda3Copy full SHA for ff3bda3
src/middleware.ts
@@ -4,7 +4,7 @@ import { jwtVerify, importJWK, JWTPayload } from 'jose';
4
import { getToken } from 'next-auth/jwt';
5
6
export const config = {
7
- matcher: ['/courses/:path*', '/api/mobile/:path*', '/home'],
+ matcher: ['/courses/:path*', '/api/mobile/:path*', '/home', '/bounty'],
8
};
9
10
interface RequestWithUser extends NextRequest {
0 commit comments