Skip to content

Commit

Permalink
fix(API): #1409 fix wrong prefix for threads api (#1410)
Browse files Browse the repository at this point in the history
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
  • Loading branch information
namchuai and James committed Jan 6, 2024
1 parent a1e9e0e commit 112fd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/node/api/routes/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const v1Router = async (app: HttpServer) => {
// MARK: External Routes
app.register(commonRouter)
app.register(threadRouter, {
prefix: '/thread',
prefix: '/threads',
})

// MARK: Internal Application Routes
Expand Down

0 comments on commit 112fd4c

Please sign in to comment.