Switch to side-by-side view

--- a/backend/routes.js
+++ b/backend/routes.js
@@ -14,8 +14,8 @@
     app.post('/api/vf-os-enabler/v0/notifications', controllerV0.createNotifications);
     app.post('/api/vf-os-enabler/v0/notification/rules/', controllerV0.createNotificationsRules);
     app.post('/api/vf-os-enabler/v0/createApp/', controllerV0.createApp);
-    app.delete('/api/vf-os-enabler/v0/delete/:appid', controllerV0.deleteVapp);
-    app.delete('/api/vf-os-enabler/v0/deleteRule/:rulesid', controllerV0.deleteRule);
+    app.delete('/api/vf-os-enabler/v0/app/:appid', controllerV0.deleteVapp);
+    app.delete('/api/vf-os-enabler/v0/rule/:rulesid', controllerV0.deleteRule);
     app.get('/api/vf-os-enabler/v0/getRules/:appid', controllerV0.getRules);
     app.get('/api/vf-os-enabler/v0/getNotifications/:appid', controllerV0.getNotifications);
     app.get('/api/vf-os-enabler/v0/getApps/:developerid', controllerV0.getApps);