Sha256: b26a75bb7939d15832ade8080dcf5bd8870ff3e54cc38ed177ea6e734335f2a3
Contents?: true
Size: 214 Bytes
Versions: 21
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do scope module: "neeto_commons_backend" do get "health_check", to: "health_check#show" get "app_versions", to: "app_versions#index" end end
Version data entries
21 entries across 21 versions & 1 rubygems