Enable CORS on all endpoints

This commit is contained in:
2023-11-28 10:02:30 -05:00
parent 3baec7137c
commit 457a2f1724
7 changed files with 31 additions and 4 deletions

View File

@@ -3,6 +3,11 @@
"TodoDatabase": "Data Source=data/todo.db"
},
"APIKeyFile": "data/apikeys.json",
"AllowedOrigins": [
"http://localhost:5123",
"http://localhost:7291",
"https://gitea.jumpersplace.net"
],
"Logging": {
"LogLevel": {
"Default": "Information",