Added scaffolding for wolverine API for presentation on a-frame-architecture.

This commit is contained in:
2026-07-13 16:25:27 +02:00
parent f0afa6606e
commit 7bcb1802af
10 changed files with 287 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}