From 2caf3ae4034b6df70d808fe61d76995133bcd552 Mon Sep 17 00:00:00 2001 From: Ashesh3 <3626859+Ashesh3@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:29:06 +0530 Subject: [PATCH] Update resource API path to include trailing slash --- src/Redux/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Redux/api.tsx b/src/Redux/api.tsx index d0f2140fafb..572e250c7cf 100644 --- a/src/Redux/api.tsx +++ b/src/Redux/api.tsx @@ -955,7 +955,7 @@ const routes = { TBody: Type>(), }, updateResource: { - path: "/api/v1/resource/{id}", + path: "/api/v1/resource/{id}/", method: "PUT", TRes: Type(), TBody: Type>(),