Skip to content

Commit

Permalink
🎉 feat: merge Scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jan 7, 2024
1 parent 7750398 commit 9061a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.8.1 - 7 Jan 2023
Change:
- Using Scalar provider as new default

# 0.8.0-rc.0 - 15 Dec 2023
Change:
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const swagger =

routes.forEach((route: InternalRoute) => {
if (excludeMethods.includes(route.method)) return

registerSchemaPath({
schema,
hook: route.hooks,
Expand Down

0 comments on commit 9061a95

Please sign in to comment.