diff --git a/client/src/middleware.ts b/client/src/middleware.ts index 0bf830c2a..882c24b01 100644 --- a/client/src/middleware.ts +++ b/client/src/middleware.ts @@ -1,5 +1,5 @@ export { default } from 'next-auth/middleware'; export const config = { - matcher: ['/data/:path*', '/analysis/:path*', '/profile'], + matcher: ['/data/:path*', '/analysis/:path*', '/eudr/:path*', '/profile'], };