mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Fix tests
This commit is contained in:
parent
c8d758c25a
commit
3a269bb6b3
1 changed files with 5 additions and 0 deletions
|
@ -186,6 +186,11 @@ Rails.application.routes.draw do
|
|||
as: 'cors_preflight_check'
|
||||
end
|
||||
|
||||
# REGISTRAR ROUTES
|
||||
namespace :registrar do
|
||||
devise_for :users, path: '', class_name: 'ApiUser', skip: %i[sessions]
|
||||
end
|
||||
|
||||
namespace :registrant do
|
||||
devise_for :users, path: '', class_name: 'RegistrantUser'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue