Sha256: 9beca69e3bebc9bcc2c7b7d8d9fe48814c9d78ce40d4df4f694270725ec0a533
Contents?: true
Size: 361 Bytes
Versions: 8
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true QaServer::Engine.routes.draw do # Downloads controller route resources :homepage, only: 'index' # Route the home page as the root root to: 'homepage#index' resources :usage, only: 'index' resources :check_status, only: 'index' resources :monitor_status, only: 'index' resources :authority_list, only: 'index' end
Version data entries
8 entries across 8 versions & 1 rubygems