web_next/scheduler_app/app/api/auth/[kindeAuth]/route.js
2024-04-25 12:06:30 -05:00

2 lines
No EOL
96 B
JavaScript

import {handleAuth} from "@kinde-oss/kinde-auth-nextjs/server";
export const GET = handleAuth();