Files
next-learn/dashboard/15-final/middleware.ts
StephDietz c51ac1dd61 auth
2023-09-20 09:59:34 -05:00

4 lines
100 B
TypeScript

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