aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/ServiceController.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 21:01:44 -0700
committerLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 21:01:44 -0700
commit7c0122dd03a8d6903c861e674e85cfbbee7046b1 (patch)
tree7eccdf4f2960be763f6b67a8278a1ca5fc2442fb /app/Controllers/Http/ServiceController.ts
parentupdates (diff)
downloadferdium-server-7c0122dd03a8d6903c861e674e85cfbbee7046b1.tar.gz
ferdium-server-7c0122dd03a8d6903c861e674e85cfbbee7046b1.tar.zst
ferdium-server-7c0122dd03a8d6903c861e674e85cfbbee7046b1.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({