mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Update depp, new root path for registrar
This commit is contained in:
parent
53023b455c
commit
b0fa5f18e2
3 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -65,7 +65,7 @@ gem 'deep_cloneable', '~> 2.1.1'
|
||||||
gem 'digidoc_client', '~> 0.2.1'
|
gem 'digidoc_client', '~> 0.2.1'
|
||||||
|
|
||||||
# epp + repp client
|
# epp + repp client
|
||||||
gem 'depp', github: 'domify/depp', ref: '800ab30dcb6dae33095bcb9df47b4e0a390891a3'
|
gem 'depp', github: 'domify/depp', ref: 'b8b5160bbe887b5736dcec776a4c80467ce3f175'
|
||||||
# gem 'depp', path: '~/projects/depp'
|
# gem 'depp', path: '~/projects/depp'
|
||||||
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
|
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/domify/depp.git
|
remote: git://github.com/domify/depp.git
|
||||||
revision: 800ab30dcb6dae33095bcb9df47b4e0a390891a3
|
revision: b8b5160bbe887b5736dcec776a4c80467ce3f175
|
||||||
ref: 800ab30dcb6dae33095bcb9df47b4e0a390891a3
|
ref: b8b5160bbe887b5736dcec776a4c80467ce3f175
|
||||||
specs:
|
specs:
|
||||||
depp (0.0.2)
|
depp (0.0.2)
|
||||||
coderay (>= 1.1.0)
|
coderay (>= 1.1.0)
|
||||||
|
|
|
@ -96,7 +96,7 @@ Rails.application.routes.draw do
|
||||||
# root to: 'domains#index', as: :authenticated_root
|
# root to: 'domains#index', as: :authenticated_root
|
||||||
# end
|
# end
|
||||||
|
|
||||||
root 'invoices#index'
|
root to: redirect('/registrar/depp')
|
||||||
end
|
end
|
||||||
|
|
||||||
mount Depp::Engine, at: '/registrar/depp', as: 'depp'
|
mount Depp::Engine, at: '/registrar/depp', as: 'depp'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue