jaba-dashboard/src/middleware.ts

6 lines
171 B
TypeScript

export { default } from './utils/auth/middleware';
//Pages need to be logged in before visiting
export const config = {
matcher: ['/guilds/:path*', '/user/:path*'],
};