Skip to content

Commit

Permalink
fix http 301 redirect due to missing trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 25, 2023
1 parent 723ff55 commit 3bfc84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Redux/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const routes = {
},

deleteUser: {
path: "/api/v1/users/{username}",
path: "/api/v1/users/{username}/",
method: "DELETE",
TRes: Type<Record<string, never>>(),
},
Expand Down

0 comments on commit 3bfc84e

Please sign in to comment.