aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/RecipeController.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/RecipeController.js')
-rw-r--r--app/Controllers/Http/RecipeController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/Http/RecipeController.js b/app/Controllers/Http/RecipeController.js
index 9d58708..344548c 100644
--- a/app/Controllers/Http/RecipeController.js
+++ b/app/Controllers/Http/RecipeController.js
@@ -1,4 +1,3 @@
1
2const Recipe = use('App/Models/Recipe'); 1const Recipe = use('App/Models/Recipe');
3const Helpers = use('Helpers'); 2const Helpers = use('Helpers');
4const Drive = use('Drive'); 3const Drive = use('Drive');