installation done

This commit is contained in:
Aria Moradi
2020-12-25 03:08:08 +03:30
parent f16bead363
commit 5ddc087a6d
3 changed files with 20 additions and 9 deletions

View File

@@ -207,6 +207,7 @@ class Main {
app.get("/api/v1/extensions/install/:apkName") { ctx ->
val apkName = ctx.pathParam("apkName")
println(apkName)
ctx.status(
downloadApk(apkName)
)