Files
next-learn/dashboard/15-final/middleware.ts
2023-09-27 15:23:12 -05:00

6 lines
110 B
TypeScript

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