Add repair route

this is specifically for the case where some task failed and user
wants to get it back.
This commit is contained in:
Girish Ramakrishnan
2019-09-19 17:04:11 -07:00
parent 2942da78de
commit 9a22ba3af7
5 changed files with 39 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ exports = module.exports = {
ACTION_ACTIVATE: 'cloudron.activate',
ACTION_APP_CLONE: 'app.clone',
ACTION_APP_CONFIGURE: 'app.configure',
ACTION_APP_REPAIR: 'app.repair',
ACTION_APP_INSTALL: 'app.install',
ACTION_APP_RESTORE: 'app.restore',
ACTION_APP_UNINSTALL: 'app.uninstall',