SU2-33 | Фикс критических и серьёзных ошибок, удаление/перезагрузка организации, пагинация, favicon

This commit is contained in:
Dmitry
2026-04-21 07:54:59 +00:00
parent a1cbddf4e2
commit 136de5f238
12 changed files with 127 additions and 28 deletions
+2
View File
@@ -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'