mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Co-authored-by: Kinfe123 <kinfishtech@gmail.com>
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
import { ApiReference } from "@scalar/nextjs-api-reference";
|
|
|
|
export const GET = ApiReference({
|
|
spec: {
|
|
url: "/openapi.yml",
|
|
},
|
|
});
|