Added REST API project

This commit is contained in:
2026-08-15 10:12:21 +02:00
parent 2abd1a9377
commit 7d6fefeb8e
7 changed files with 103 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}