From 16206b65afd599d7bac7e1a7943be18203fdb6bb Mon Sep 17 00:00:00 2001 From: Amanmyrat Date: Fri, 15 Sep 2023 00:35:45 +0500 Subject: [PATCH] Add product deletion --- themes/nurgul/partials/seller/prod-update.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nurgul/partials/seller/prod-update.htm b/themes/nurgul/partials/seller/prod-update.htm index 6633b77..40a8ee3 100644 --- a/themes/nurgul/partials/seller/prod-update.htm +++ b/themes/nurgul/partials/seller/prod-update.htm @@ -144,7 +144,7 @@ $(document).ready(function () { $.ajax({ - url: `https://nurgul.com.tm/app/api/vendor/{{user.seller_id}}??locale=tm`, + url: `https://nurgul.com.tm/app/api/vendor/{{user.seller_id}}?locale=tm`, type: 'GET', dataType: 'json', success: async function (data, textStatus, xhr) {