Skip to content

Commit

Permalink
refactor: change user url to start with /v2/u
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Jan 30, 2025
1 parent 368d4e6 commit 7c4e8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/routing/routes.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ABSOLUTE_ROUTES = {
root: "/v2",
user: "/v2/user",
users: {
show: "/v2/users/:username",
show: "/v2/u/:username",
},
groups: {
show: {
Expand Down Expand Up @@ -102,7 +102,7 @@ export const RELATIVE_ROUTES = {
root: "v2/*",
user: "user",
users: {
show: "users/:username",
show: "u/:username",
},
groups: {
root: "g/*",
Expand Down

0 comments on commit 7c4e8c7

Please sign in to comment.