mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
Create api/v1/bounces endpoint
This commit is contained in:
parent
188cca0c06
commit
22f9c2058d
2 changed files with 13 additions and 0 deletions
|
@ -64,6 +64,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :auctions, only: %i[index show update], param: :uuid
|
||||
resources :bounces, only: %i[create]
|
||||
end
|
||||
|
||||
match '*all', controller: 'cors', action: 'cors_preflight_check', via: [:options],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue