Files
techsolvetravel/middleware.ts
2026-04-15 10:29:18 -04:00

6 lines
109 B
TypeScript

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