Skip to content

Commit 40ba8bd

Browse files
committed
fix: remove health controller
1 parent 734a706 commit 40ba8bd

2 files changed

Lines changed: 0 additions & 65 deletions

File tree

app/controllers/api/v1/health_controller.rb

Lines changed: 0 additions & 62 deletions
This file was deleted.

config/routes.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
# API routes
1818
namespace :api do
1919
namespace :v1 do
20-
# Health check with DB diagnostics
21-
get 'health/db', to: 'health#db'
22-
2320
# Constants (public)
2421
get 'constants', to: 'constants#index'
2522

0 commit comments

Comments
 (0)