Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Feb 4, 2025
1 parent 5e0a1e3 commit ed7bd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HealthController < API::V1::APIController
skip_after_action :verify_authorized

def status
render json: { online: true }
render json: { online: false }
end
end
end
Expand Down

0 comments on commit ed7bd60

Please sign in to comment.