SU2-33 | Фикс критических и серьёзных ошибок, удаление/перезагрузка организации, пагинация, favicon
This commit is contained in:
@@ -5,6 +5,8 @@ Rails.application.routes.draw do
|
||||
get '/auth/login', to: 'auth#login', as: :login
|
||||
get '/organisations/index'
|
||||
get '/organisations/:id', to: 'organisations#show'
|
||||
delete '/organisations/:id', to: 'organisations#destroy'
|
||||
post '/organisations/:id/reload', to: 'organisations#reload'
|
||||
get '/auditors/index'
|
||||
get '/reports/create'
|
||||
get '/reports', to: 'reports#index'
|
||||
|
||||
Reference in New Issue
Block a user