Merge pull request #100 from YDrogen/main

🔧 fix: doc get-route not rendering
This commit is contained in:
SaltyAom
2024-02-26 18:15:57 +07:00
committed by GitHub
+2 -2
View File
@@ -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`,
() => {