Merge branch 'develop' into feature/ruby-rubocop

This commit is contained in:
Alexander Salyakhov
2023-11-30 13:31:47 +03:00
committed by GitHub
56 changed files with 930 additions and 312 deletions

View File

@ -31,8 +31,10 @@ class Application < Rails::Application
root to: 'home#index'
match '/convert', to: 'home#convert', via: 'post'
match '/csv', to: 'home#csv', via: 'get'
match '/asset', to: 'home#assets', via: 'get'
match '/download', to: 'home#download', via: 'get'
match '/downloadhistory', to: 'home#downloadhistory', via: 'get'
match '/historyobj', to: 'home#historyobj', via: 'post'
match '/editor', to: 'home#editor', via: 'get'
match '/files', to: 'home#files', via: 'get'
match '/index', to: 'home#index', via: 'get'