aboutsummaryrefslogtreecommitdiffstats
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.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Controllers/Http/StaticsController.ts b/app/Controllers/Http/StaticsController.ts
new file mode 100644
index 0000000..e221177
--- /dev/null
+++ b/app/Controllers/Http/StaticsController.ts
@@ -0,0 +1,3 @@
1// import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
2
3export default class StaticsController {}