Skip to content

Commit

Permalink
remove slash from the user api
Browse files Browse the repository at this point in the history
  • Loading branch information
arpancodes committed Jun 13, 2021
1 parent 2e9a7dd commit 75c3b04
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 @@ -65,7 +65,7 @@ export default {
},

deleteUser: {
path: "/api/v1/users/",
path: "/api/v1/users",
method: "DELETE",
},

Expand Down

0 comments on commit 75c3b04

Please sign in to comment.