Files
GPGroup/src/middleware.ts
2026-05-24 11:49:14 +03:30

6 lines
111 B
TypeScript

export { auth as middleware } from "@/lib/auth";
export const config = {
matcher: ["/mugmanager/:path*"]
};