Added cors to the server & urls
This commit is contained in:
parent
9b964af050
commit
028a14fbe0
4 changed files with 14 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Storage": {
|
||||
"DesertPath": "desert/",
|
||||
"UploadPath": "uploads/",
|
||||
"DesertPath": "src/desert/",
|
||||
"UploadPath": "src/uploads/",
|
||||
"ZipPath": "zips/",
|
||||
"UserStorageSize": 2048,
|
||||
"UserStorageUnit": 1048576,
|
||||
|
|
Reference in a new issue