@@ -320,12 +320,12 Rails.application.routes.draw do | |||
|
320 | 320 | get 'mail_handler', :to => 'mail_handler#new' |
|
321 | 321 | post 'mail_handler', :to => 'mail_handler#index' |
|
322 | 322 | |
|
323 | match 'admin', :controller => 'admin', :action => 'index', :via => :get | |
|
324 |
|
|
|
325 |
|
|
|
326 |
|
|
|
327 |
|
|
|
328 |
|
|
|
323 | get 'admin', :to => 'admin#index' | |
|
324 | get 'admin/projects', :to => 'admin#projects' | |
|
325 | get 'admin/plugins', :to => 'admin#plugins' | |
|
326 | get 'admin/info', :to => 'admin#info' | |
|
327 | post 'admin/test_email', :to => 'admin#test_email' | |
|
328 | post 'admin/default_configuration', :to => 'admin#default_configuration' | |
|
329 | 329 | |
|
330 | 330 | resources :auth_sources do |
|
331 | 331 | member do |
General Comments 0
You need to be logged in to leave comments.
Login now