Added download as file option to app creator and OpenAPI as a whole

This commit is contained in:
frikky
2022-01-16 04:36:49 +01:00
parent 2b38e9e3a9
commit 581f97be80
7 changed files with 106 additions and 49 deletions
+1
View File
@@ -2820,6 +2820,7 @@ class AppBase:
self.logger.info("[INFO] NO FILES TO HANDLE")
tmp_result = {
"success": True,
"result": newres[0],
"file_ids": file_ids
}