feat: Added Product controller and endpoints (Service Layer) #3

Merged
efrain_marin merged 2 commits from feature/create-Product-and-ProductTag-CRUD into development 2025-08-05 16:15:20 +00:00
Showing only changes of commit ab3863943d - Show all commits

View File

@@ -7,7 +7,6 @@
},
"AllowedHosts": "*",
"LocalGateways": {
//"InventoryDAL": "https://localhost:7037",
"InventoryDAL": "http://portainer.white-enciso.pro:5101"
"InventoryDAL": "https://localhost:7037"
}
}