Add product deletion
This commit is contained in:
parent
b38019f04c
commit
16206b65af
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue