Skip to content

Commit

Permalink
Update resource API path to include trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Dec 13, 2023
1 parent 09d1d06 commit 2caf3ae
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 @@ -955,7 +955,7 @@ const routes = {
TBody: Type<Partial<IResource>>(),
},
updateResource: {
path: "/api/v1/resource/{id}",
path: "/api/v1/resource/{id}/",
method: "PUT",
TRes: Type<IResource>(),
TBody: Type<Partial<IResource>>(),
Expand Down

0 comments on commit 2caf3ae

Please sign in to comment.