~cytrogen/masto-fe

ref: 93d051e47d27b5bd10be922a81d4d4eb6c306330 masto-fe/app/controllers/health_controller.rb -rw-r--r-- 123 bytes
93d051e4 — Claire Update FEDERATION.md (#26819) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class HealthController < ActionController::Base
  def show
    render plain: 'OK'
  end
end