Fix resource name to be a valid Aspire resource name

This commit is contained in:
2025-06-24 20:35:26 +02:00
parent 5e084ab0a8
commit 4b377ce9f4
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ server {
listen 80;
location ~ ^/api/(.*) {
proxy_pass ${services__Vegasco_Server_Api__https__0}/$1;
proxy_pass ${services__Api__https__0}/$1;
}
location / {