first commit

This commit is contained in:
Khwezi Mngoma
2026-02-22 16:47:00 +02:00
commit 3b38497537
11 changed files with 686 additions and 0 deletions

9
appsettings.json Normal file
View File

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