mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 12:27:44 +00:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
import { ApiReference } from "@scalar/nextjs-api-reference";
|
|
|
|
const config = {
|
|
spec: {
|
|
url: "/openapi.yml",
|
|
},
|
|
};
|
|
|
|
export const GET = ApiReference(config);
|