summaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/HealthController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/HealthController.ts')
-rw-r--r--app/Controllers/Http/HealthController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/HealthController.ts b/app/Controllers/Http/HealthController.ts
index bf185d8..59094e2 100644
--- a/app/Controllers/Http/HealthController.ts
+++ b/app/Controllers/Http/HealthController.ts
@@ -5,6 +5,6 @@ export default class HealthController {
5 return { 5 return {
6 api: 'success', 6 api: 'success',
7 db: 'success', 7 db: 'success',
8 }; 8 }
9 } 9 }
10} 10}