Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Jan 20, 2025
1 parent 2c85aba commit d90e6f5
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, test: true }
render json: { online: true }
end
end
end
Expand Down

0 comments on commit d90e6f5

Please sign in to comment.