~cytrogen/masto-fe

ref: 1cdcd9dc08c91321f80ffe4822f6a3da15abeb2c masto-fe/app/controllers/health_controller.rb -rw-r--r-- 123 bytes
1cdcd9dc — renovate[bot] Update eslint (non-major) (#26567) 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