aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/ServiceController.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/ServiceController.js')
-rw-r--r--app/Controllers/Http/ServiceController.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/Controllers/Http/ServiceController.js b/app/Controllers/Http/ServiceController.js
index 4c908ac..d1adea3 100644
--- a/app/Controllers/Http/ServiceController.js
+++ b/app/Controllers/Http/ServiceController.js
@@ -90,13 +90,6 @@ class ServiceController {
90 90
91 return response.send(servicesArray) 91 return response.send(servicesArray)
92 } 92 }
93
94 // Download a recipe (currently simply redirects to Franz's API)
95 download({ request, response, params }) {
96 const service = params.recipe;
97
98 response.redirect('https://api.franzinfra.com/v1/recipes/download/' + service)
99 }
100} 93}
101 94
102module.exports = ServiceController 95module.exports = ServiceController