summaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/RecipeController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/RecipeController.ts')
-rw-r--r--app/Controllers/Http/RecipeController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/RecipeController.ts b/app/Controllers/Http/RecipeController.ts
index d30c59f..4d01a02 100644
--- a/app/Controllers/Http/RecipeController.ts
+++ b/app/Controllers/Http/RecipeController.ts
@@ -1,6 +1,6 @@
1import type { HttpContext } from '@adonisjs/core/http'; 1import type { HttpContext } from '@adonisjs/core/http';
2import fs from 'fs-extra'; 2import fs from 'fs-extra';
3import { app } from '@adonisjs/core/services/app'; 3import app from '@adonisjs/core/services/app';
4import path from 'node:path'; 4import path from 'node:path';
5import Recipe from '#app/Models/Recipe'; 5import Recipe from '#app/Models/Recipe';
6import { isCreationEnabled } from '#config/app'; 6import { isCreationEnabled } from '#config/app';