Sha256: f01a70d00f032349379025cf668ec055de4b36993f9036b1d95f72fcab547d85
Contents?: true
Size: 389 Bytes
Versions: 11
Compression:
Stored size: 389 Bytes
Contents
Rails.application.routes.draw do resources :siblings, only: [:index] do member do post "deploy" end end get "siblings/instructions" => "siblings/instructions#index", as: :siblings_instructions get "siblings/deploys" => "siblings/deploys#index", as: :siblings_deploys post "webhooks/g5-configurator" => "webhooks#g5_configurator", as: :g5_configurator_webhook end
Version data entries
11 entries across 11 versions & 1 rubygems