update frontend appsettings

This commit is contained in:
ElenitaMLG
2024-04-08 12:53:03 +03:00
parent 9334fa50cb
commit 061b15a231
@@ -5,5 +5,6 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"ApiKey": "testapikey"
} }