aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/ServiceController.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-11 19:15:20 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit8fec21d6bccfa778c14c1714d6444312e36fc3f1 (patch)
treecab910ad5048eece2d229648f2c17000ac86a44d /app/Controllers/Http/ServiceController.ts
parentupdates (diff)
downloadferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.tar.gz
ferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.tar.zst
ferdium-server-03e8c2b08e08822bcd069ad482799eecf1ede777.zip
Diffstat (limited to 'app/Controllers/Http/ServiceController.ts')
-rw-r--r--app/Controllers/Http/ServiceController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/ServiceController.ts b/app/Controllers/Http/ServiceController.ts
index 8fec844..df5f623 100644
--- a/app/Controllers/Http/ServiceController.ts
+++ b/app/Controllers/Http/ServiceController.ts
@@ -5,7 +5,7 @@ import { url } from '#config/app';
5import { v4 as uuid } from 'uuid'; 5import { v4 as uuid } from 'uuid';
6import * as fs from 'fs-extra'; 6import * as fs from 'fs-extra';
7import path from 'node:path'; 7import path from 'node:path';
8import { app } from '@adonisjs/core/services/app'; 8import app from '@adonisjs/core/services/app';
9import sanitize from 'sanitize-filename'; 9import sanitize from 'sanitize-filename';
10 10
11const createSchema = schema.create({ 11const createSchema = schema.create({