Cannot update a volume (otherwise, we have to re-configure apps)
This commit is contained in:
@@ -304,7 +304,6 @@ function initializeExpressSync() {
|
||||
router.get ('/api/v1/volumes', token, authorizeAdmin, routes.volumes.list);
|
||||
router.get ('/api/v1/volumes/:id', token, authorizeAdmin, routes.volumes.load, routes.volumes.get);
|
||||
router.del ('/api/v1/volumes/:id', token, authorizeAdmin, routes.volumes.load, routes.volumes.del);
|
||||
router.put ('/api/v1/volumes/:id', json, token, authorizeAdmin, routes.volumes.load, routes.volumes.update);
|
||||
|
||||
// addon routes
|
||||
router.get ('/api/v1/services', token, authorizeAdmin, routes.services.getAll);
|
||||
|
||||
Reference in New Issue
Block a user