Skip to content

Commit

Permalink
Merge pull request #100 from YDrogen/main
Browse files Browse the repository at this point in the history
🔧 fix: doc get-route not rendering
  • Loading branch information
SaltyAom committed Feb 26, 2024
2 parents d3aecbc + 76ab493 commit 07f6554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -64,7 +64,7 @@ export const swagger =

app.get(
path,
(() => {
() => {
const combinedSwaggerOptions = {
url: `${relativePath}/json`,
dom_id: '#swagger-ui',
Expand Down Expand Up @@ -108,7 +108,7 @@ export const swagger =
}
}
)
})()
}
).get(
`${path}/json`,
() => {
Expand Down

0 comments on commit 07f6554

Please sign in to comment.