Enable CORS on all endpoints
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user