feat: default API with ticket

This commit is contained in:
2026-03-13 15:02:59 +01:00
commit 59344ce6a9
8 changed files with 155 additions and 0 deletions

9
appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}