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