ruby: referenceData

This commit is contained in:
rivexe
2023-02-16 10:10:23 +03:00
parent 43875b06bf
commit 55734a1458
4 changed files with 63 additions and 0 deletions

View File

@ -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".