mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
refactor(ruby): change formats retrieval method on frontend
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user