Files
next-learn/dashboard/15-final/middleware.ts
2023-10-06 22:13:22 -05:00

8 lines
126 B
TypeScript

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