feature addition: make file upload and download - available only in local

This commit is contained in:
oof1lab
2017-10-31 16:51:36 +00:00
parent f0055ecf2a
commit 8ca85a98a5
4 changed files with 30 additions and 17 deletions

View File

@@ -419,8 +419,13 @@ class Xsql {
r.push(apiPrefix + "tables")
if (this.sqlConfig.dynamic)
if (this.sqlConfig.dynamic) {
r.push(apiPrefix + "dynamic")
r.push("/upload")
r.push("/uploads")
r.push("/download")
}
return r;