glowing-fiesta-original/server/api/[...auth].ts
Liviu Burcusel 10e4363cbd
Some checks failed
Production PR / QA Tests (pull_request) Failing after 13s
GF-6, #8 Added auth.
2026-01-07 09:54:06 +01:00

5 lines
141 B
TypeScript

import { auth } from "~~/shared/utils/auth";
export default defineEventHandler((event) => {
return auth.handler(toWebRequest(event));
});