Skip to content

Commit

Permalink
chore: update api paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Nov 26, 2023
1 parent 9991dd2 commit 114f8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kits/sdk/venice.oas.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kits/sdk/venice.oas.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/engine-backend/router/publicRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const publicRouter = trpc.router({
method: 'GET',
path: '/debug/raw-schemas',
tags: ['Internal'],
summary: 'Get raw schemas',
description: 'Get raw schemas',
},
})
.input(z.void())
Expand Down

0 comments on commit 114f8a1

Please sign in to comment.