Files
PizzaExpress/PizzaExpress/appsettings.json

16 lines
265 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Cors": {
"AllowedOrigins": [
"http://127.0.0.1:5500",
"http://localhost:5500"
]
},
"AllowedHosts": "*"
}