mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2026-06-01 13:25:08 +00:00
Merge pull request #100 from YDrogen/main
🔧 fix: doc get-route not rendering
This commit is contained in:
+2
-2
@@ -64,7 +64,7 @@ export const swagger =
|
||||
|
||||
app.get(
|
||||
path,
|
||||
(() => {
|
||||
() => {
|
||||
const combinedSwaggerOptions = {
|
||||
url: `${relativePath}/json`,
|
||||
dom_id: '#swagger-ui',
|
||||
@@ -108,7 +108,7 @@ export const swagger =
|
||||
}
|
||||
}
|
||||
)
|
||||
})()
|
||||
}
|
||||
).get(
|
||||
`${path}/json`,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user