mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Domain editing for client
This commit is contained in:
parent
ef0eb7cbc6
commit
92984e19dd
29 changed files with 358 additions and 54 deletions
|
@ -271,4 +271,5 @@ en:
|
|||
setting_updated: 'Setting updated!'
|
||||
failed_to_update_setting: 'Failed to update setting'
|
||||
status: 'Status'
|
||||
eedirekt: 'EEDirekt'
|
||||
|
||||
|
|
|
@ -23,6 +23,12 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace(:client) do
|
||||
resources :domains
|
||||
|
||||
resources :contacts do
|
||||
collection do
|
||||
get 'search'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue