api: Refactor so all endpoints are CORS-aware.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"debug":false,
|
||||
"port":80,
|
||||
"pwdCost":11
|
||||
"pwdCost":11,
|
||||
"knownOrigins": [ "https://pm.jdb-labs.com" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user