Skip to content

Commit

Permalink
Update packages/hub/src/routes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Slava Matyukhin <[email protected]>
  • Loading branch information
OAGr and berekuk authored Apr 9, 2024
1 parent 5d09d47 commit 675cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function userGroupsRoute({ username }: { username: string }) {
return `/users/${username}/groups`;
}

export function userModelExportRoute({ username }: { username: string }) {
export function userModelExportsRoute({ username }: { username: string }) {
return `/users/${username}/exports`;
}

Expand Down

0 comments on commit 675cfcf

Please sign in to comment.