Added cors to the server & urls

This commit is contained in:
Dunemask 2021-07-24 23:05:27 -06:00
parent 9b964af050
commit 028a14fbe0
4 changed files with 14 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"Storage": {
"DesertPath": "desert/",
"UploadPath": "uploads/",
"DesertPath": "src/desert/",
"UploadPath": "src/uploads/",
"ZipPath": "zips/",
"UserStorageSize": 2048,
"UserStorageUnit": 1048576,