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