mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-31 10:23:24 -05:00
feat: new references route with openapi spec
This commit is contained in:
committed by
Bereket Engida
parent
5035bdfffb
commit
97597ecffe
@@ -0,0 +1,9 @@
|
||||
import { ApiReference } from "@scalar/nextjs-api-reference";
|
||||
|
||||
const config = {
|
||||
spec: {
|
||||
url: "/openapi.yml",
|
||||
},
|
||||
};
|
||||
|
||||
export const GET = ApiReference(config);
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user