Sha256: 1967757530da169eb583381753a50763ec3ca734f0c333bd43bb6d2389b0cda4

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

PeakFlowUtils::Engine.routes.draw do
  namespace :pings do
    get "postgres_connections", to: "postgres_connections#count"
    get "sidekiq", to: "sidekiq#index"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
peak_flow_utils-0.1.19 config/routes.rb
peak_flow_utils-0.1.18 config/routes.rb
peak_flow_utils-0.1.17 config/routes.rb
peak_flow_utils-0.1.16 config/routes.rb
peak_flow_utils-0.1.15 config/routes.rb
peak_flow_utils-0.1.14 config/routes.rb
peak_flow_utils-0.1.13 config/routes.rb
peak_flow_utils-0.1.12 config/routes.rb