8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
export { auth as middleware } from "@/auth"
|
|
|
|
export const config = {
|
|
matcher: [
|
|
"/account/dashboard/:path*",
|
|
"/api/users/otp",
|
|
],
|
|
}; |