From e00a1987866a804f2ae6e3206bd583df703663e8 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 23 Aug 2019 16:50:37 +0200 Subject: Add recipe store --- app/Controllers/Http/ServiceController.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/Controllers/Http/ServiceController.js') 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 { return response.send(servicesArray) } - - // Download a recipe (currently simply redirects to Franz's API) - download({ request, response, params }) { - const service = params.recipe; - - response.redirect('https://api.franzinfra.com/v1/recipes/download/' + service) - } } module.exports = ServiceController -- cgit v1.2.3-54-g00ecf