mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
640faaadb9
commit
42e8f86dae
51 changed files with 1619 additions and 53 deletions
|
@ -28,6 +28,8 @@ Rails.application.routes.draw do
|
|||
end
|
||||
resources :contacts, only: %i[index show update], param: :uuid
|
||||
end
|
||||
|
||||
resources :auctions, only: %i[index show update], param: :uuid
|
||||
end
|
||||
|
||||
match '*all', controller: 'cors', action: 'cors_preflight_check', via: [:options],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue