Files
next-learn/dashboard/15-final/middleware.ts
StephDietz 588f01a48c t
2023-09-21 15:50:49 -05:00

4 lines
104 B
TypeScript

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