We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0a1e3 commit ed7bd60Copy full SHA for ed7bd60
app/controllers/api/v1/health_controller.rb
@@ -7,7 +7,7 @@ class HealthController < API::V1::APIController
7
skip_after_action :verify_authorized
8
9
def status
10
- render json: { online: true }
+ render json: { online: false }
11
end
12
13
0 commit comments