Add update endpoint for ContactRequests

This commit is contained in:
Alex Sherman 2021-01-11 14:52:03 +05:00
parent 1bbacbf56c
commit b708cebbfd
5 changed files with 61 additions and 9 deletions

View file

@ -91,7 +91,7 @@ Rails.application.routes.draw do
end
resources :auctions, only: %i[index show update], param: :uuid
resources :contact_requests, only: %i[create update], param: :uuid
resources :contact_requests, only: %i[create update], param: :id
resources :bounces, only: %i[create]
end