mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Fix class/routes namespace for ContactRequest endpoint
This commit is contained in:
parent
d07b6a9c7b
commit
1bbacbf56c
4 changed files with 96 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue