chore: change openapi layout to classic
This commit is contained in:
parent
fe3096db69
commit
32eb58c524
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const APP_PORT = +(process.env.APP_PORT || 3000);
|
||||||
"/api-docs",
|
"/api-docs",
|
||||||
apiReference({
|
apiReference({
|
||||||
theme: "kepler",
|
theme: "kepler",
|
||||||
|
layout: "classic",
|
||||||
spec: { url: "/api/openapi" },
|
spec: { url: "/api/openapi" },
|
||||||
cdn: "https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.25.74",
|
cdn: "https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.25.74",
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue