web/middleware.ts

5 lines
111 B
TypeScript
Raw Normal View History

export { auth as middleware } from "@/auth"
export const config = {
matcher: "/account/dashboard/:path*",
};