aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/HomeController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/HomeController.ts')
-rw-r--r--app/Controllers/Http/HomeController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/HomeController.ts b/app/Controllers/Http/HomeController.ts
index 669d970..bae3bc2 100644
--- a/app/Controllers/Http/HomeController.ts
+++ b/app/Controllers/Http/HomeController.ts
@@ -4,6 +4,6 @@ export default class HomeController {
4 public async index() { 4 public async index() {
5 // TODO: Actually do something instead of alwayas returning success. 5 // TODO: Actually do something instead of alwayas returning success.
6 6
7 return { hello: 'world' } 7 return { hello: 'world' };
8 } 8 }
9} 9}