6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
export { auth as middleware } from "@/lib/auth";
|
|
|
|
export const config = {
|
|
matcher: ["/mugmanager/:path*"]
|
|
};
|