implements upload on server

actually move extracted dir to resource location
This commit is contained in:
Keagan McClelland
2022-05-20 17:44:25 -06:00
parent d2aee89cda
commit 87b5a6e4a1
6 changed files with 90 additions and 6 deletions

View File

@@ -15,4 +15,9 @@
/package/v0/version/#PkgId PkgVersionR GET -- get most recent appId version
-- SUPPORT API V0
/support/v0/error-logs ErrorLogsR POST
/support/v0/error-logs ErrorLogsR POST
-- ADMIN API V0
/admin/v0/upload PkgUploadR POST !admin
/admin/v0/index PkgIndexR POST !admin
/admin/v0/deindex PkgDeindexR POST !admin