Fix class/routes namespace for ContactRequest endpoint

This commit is contained in:
Alex Sherman 2021-01-11 13:29:22 +05:00
parent d07b6a9c7b
commit 1bbacbf56c
4 changed files with 96 additions and 0 deletions

View file

@ -91,6 +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 :bounces, only: %i[create]
end