Sha256: 4c0a175b088dd9194b0e772231fb6101eef83d6b51c2434613aec98e520725b9
Contents?: true
Size: 247 Bytes
Versions: 39
Compression:
Stored size: 247 Bytes
Contents
module EasyML class HealthController < ApplicationController # No authentication or CSRF checks for this action skip_before_action :verify_authenticity_token def up render json: { status: "OK" }, status: :ok end end end
Version data entries
39 entries across 39 versions & 1 rubygems