refactor(ruby): change formats retrieval method on frontend

This commit is contained in:
Serik Ibragimov
2024-03-15 15:29:58 +05:00
parent abab30176f
commit e1e9efa305
6 changed files with 120 additions and 7 deletions

View File

@ -46,5 +46,6 @@ class Application < Rails::Application
match '/saveas', to: 'home#saveas', via: 'post'
match '/track', to: 'home#track', via: 'post'
match '/upload', to: 'home#upload', via: 'post'
match '/formats', to: 'home#formats', via: 'get'
end
end