First code upload

This commit is contained in:
Iker Larraona Sancho
2025-07-15 10:46:04 +02:00
commit b59a08ba3c
22 changed files with 977 additions and 0 deletions

9
TestAPI/appsettings.json Normal file
View File

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