🔧 fix: doc get-route not rendering

This commit is contained in:
YDrogen
2024-02-20 15:25:12 +01:00
parent d3aecbc921
commit 76ab493bd7
+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`,
() => {