BuecherwurmAPI/bin/Debug/netcoreapp3.1/appsettings.Development.json
Jonas Schönbach fbe1e58a47 Erster Zwischenstand für die Ausleihe-Schnittstelle (mit Mock-Data)
api/leihvorgang  -- gibt Liste aller Leihvorgänge zurück
api/leihvorgang/{id} -- gibt bestimmten Leihvorgang zurück
2020-05-27 10:08:52 +02:00

10 lines
162 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}