Skip to content

Commit

Permalink
adds EUDR pages to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Apr 24, 2024
1 parent 03a9314 commit f649f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/middleware.ts
Original file line number Diff line number Diff line change
@@ -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'],
};

0 comments on commit f649f12

Please sign in to comment.