1)Url added

This commit is contained in:
saritabirare 2024-10-24 09:34:44 +05:30
parent ef2799cbd4
commit a545efca3b

View File

@ -88,6 +88,6 @@ class ApiUrls {
static const String ProductStockUrl = '/api/pd/stock';
//============================== Product Update stock Details ==============================//
static const String ProductUpdateStockUrl = '/api/pd/stock-update';
static const String ProductUpdateStockUrl = '${baseUrl}/api/pd/stock-update';
}