ruby: renaming asset method to assets

This commit is contained in:
sshakndr
2023-11-08 12:17:42 +07:00
parent 6e6e5c472e
commit d75a4c529d
2 changed files with 2 additions and 2 deletions

View File

@ -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'