api: Refactor so all endpoints are CORS-aware.
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
"dbConnString":"host=localhost port=5500 dbname=personal_measure user=postgres password=password",
|
||||
"debug":true,
|
||||
"port":8081,
|
||||
"pwdCost":11
|
||||
"pwdCost":11,
|
||||
"knownOrigins": [ "https://curl.localhost" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user