Sha256: a7579d7a2556ee5d1daf72fed180d146f6423598432ec37203e124894faa788b

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

BotMob::Rails::Engine.routes.draw do
  get '/:network/callback'  => 'authentication#callback', as: :callback
  get '/setup'              => 'documentation#setup',     as: :setup

  root 'documentation#index'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bot_mob_rails-0.0.2 config/routes.rb
bot_mob_rails-0.0.1 config/routes.rb