Initial .NET API service

This commit is contained in:
AppFactory Bot
2026-06-12 10:26:56 +00:00
commit bbec747bb7
6 changed files with 60 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}