jaba-dashboard/src/middleware.ts

7 lines
171 B
TypeScript
Raw Normal View History

2024-07-15 13:18:31 +05:00
export { default } from './utils/auth/middleware';
//Pages need to be logged in before visiting
export const config = {
matcher: ['/guilds/:path*', '/user/:path*'],
};