mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
ruby: referenceData
This commit is contained in:
@ -14,6 +14,7 @@ Rails.application.routes.draw do
|
||||
match '/files', to: 'home#files', via: 'get'
|
||||
match '/saveas', to: 'home#saveas', via: 'post'
|
||||
match '/rename', to: 'home#rename', via: 'post'
|
||||
match '/reference', to: 'home#reference', via: 'post'
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
Reference in New Issue
Block a user