mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
ruby: renaming asset method to assets
This commit is contained in:
@ -28,7 +28,7 @@ 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#asset', via: 'get'
|
||||
match '/asset', to: 'home#assets', via: 'get'
|
||||
match '/download', to: 'home#download', via: 'get'
|
||||
match '/downloadhistory', to: 'home#downloadhistory', via: 'get'
|
||||
match '/editor', to: 'home#editor', via: 'get'
|
||||
|
||||
Reference in New Issue
Block a user