Add product deletion

This commit is contained in:
Amanmyrat 2023-09-15 00:35:45 +05:00
parent b38019f04c
commit 16206b65af
1 changed files with 1 additions and 1 deletions

View File

@ -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) {