feat: Added Product controller and endpoints (Service Layer)

This commit is contained in:
2025-08-03 18:56:47 -06:00
parent fc093e8bff
commit c446fa652e
19 changed files with 654 additions and 2 deletions

View File

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