This commit is contained in:
Balázs Orbán
2023-10-24 13:08:26 -07:00
parent b439f89ea5
commit 8cbe95c5c8
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
export { GET, POST } from '@/auth';

View File

@@ -1,5 +1,5 @@
export { auth as middleware } from './auth';
export const config = {
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
matcher: ['/((?!_next/static|_next/image|favicon.ico).*)'],
};