Files
next-learn/dashboard/15-final/middleware.ts

4 lines
104 B
TypeScript

export { default } from 'next-auth/middleware';
export const config = { matcher: ['/(dashboard.*)'] };