Skip to content

Commit

Permalink
fix: stat/defaultModel endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy-DNA committed Dec 31, 2023
1 parent dc6f818 commit b7c379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/apis/stat.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const statPlugin = createRoutes('Stat', [
},
{
method: 'GET',
url: '/userModel',
url: '/defaultModel',
onRequest: [verifyToken, verifyUserRole(UserRole.MANAGER)],
schema: {
summary: 'Summarize the total uploaded default models in a given interval',
Expand Down

0 comments on commit b7c379b

Please sign in to comment.