Test layout
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
# require 'sidekiq/web'
|
||||
|
||||
Rails.application.routes.draw do
|
||||
get 'auditors/index'
|
||||
get 'reports/create'
|
||||
get '/reports', to: 'reports#index'
|
||||
post '/reports', to: 'reports#create'
|
||||
@@ -9,5 +10,5 @@ Rails.application.routes.draw do
|
||||
|
||||
|
||||
# Defines the root path route ("/")
|
||||
root "welcome#home"
|
||||
root "welcome#index"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user