# frozen_string_literal: true module NeetoCommonsBackend class HealthCheckController < ApplicationController def show head :ok end end end