Skip to content

Commit 1c30957

Browse files
committed
refactor(types): remove '/api/resumes' from protectedApiPaths in defaultRouteConfig
1 parent 5db253c commit 1c30957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/middleware/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ export const defaultRouteConfig: RouteConfig = {
3838
protectedPaths: ['/dashboard'],
3939
authPaths: ['/login', '/signup'],
4040
staffPaths: ['/staff/dashboard'],
41-
protectedApiPaths: ['/api/projects', '/api/resumes', '/api/chat'],
41+
protectedApiPaths: ['/api/projects', '/api/chat'],
4242
}

0 commit comments

Comments
 (0)