feat: update ProductController route and enhance authentication configuration

This commit is contained in:
Marek Lesko
2025-07-29 16:23:12 +00:00
parent 9217e805e9
commit 329fb94a3a
4 changed files with 26 additions and 24 deletions

View File

@@ -14,5 +14,5 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "http://localhost:4200"
"AllowedHosts": "*"
}