Remove cloudron side migrate api

This is some old api when we had a migrate view in the webadmin
This is entirely handled on the appstore for now.
This commit is contained in:
Johannes Zellner
2016-01-29 14:17:31 +01:00
parent 307262244a
commit 2888a85081
4 changed files with 3 additions and 236 deletions

View File

@@ -93,7 +93,6 @@ function initializeExpressSync() {
router.get ('/api/v1/cloudron/config', rootScope, routes.cloudron.getConfig);
router.post('/api/v1/cloudron/update', rootScope, routes.user.requireAdmin, routes.user.verifyPassword, routes.cloudron.update);
router.post('/api/v1/cloudron/reboot', rootScope, routes.cloudron.reboot);
router.post('/api/v1/cloudron/migrate', rootScope, routes.user.requireAdmin, routes.user.verifyPassword, routes.cloudron.migrate);
router.get ('/api/v1/cloudron/graphs', rootScope, routes.graphs.getGraphs);
// feedback