Added one more endpoint to attach tempfile and get logo (#6407)
This commit is contained in:
@@ -177,8 +177,11 @@ Rails.application.routes.draw do
|
||||
patch :archive
|
||||
put :add_members
|
||||
end
|
||||
post :attach_file, on: :collection
|
||||
resources :categories
|
||||
resources :articles
|
||||
resources :articles do
|
||||
post :attach_file, on: :collection
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user