summaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/StaticsController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/StaticsController.ts')
-rw-r--r--app/Controllers/Http/StaticsController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/StaticsController.ts b/app/Controllers/Http/StaticsController.ts
index e221177..a94a9ba 100644
--- a/app/Controllers/Http/StaticsController.ts
+++ b/app/Controllers/Http/StaticsController.ts
@@ -1,3 +1,3 @@
1// import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext' 1// import type { HttpContext } from '@adonisjs/core/http'
2 2
3export default class StaticsController {} 3export default class StaticsController {}