Skip to content

Commit ff3bda3

Browse files
authored
middleware fixes (#1620)
1 parent 85b428d commit ff3bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { jwtVerify, importJWK, JWTPayload } from 'jose';
44
import { getToken } from 'next-auth/jwt';
55

66
export const config = {
7-
matcher: ['/courses/:path*', '/api/mobile/:path*', '/home'],
7+
matcher: ['/courses/:path*', '/api/mobile/:path*', '/home', '/bounty'],
88
};
99

1010
interface RequestWithUser extends NextRequest {

0 commit comments

Comments
 (0)