Fix tests

This commit is contained in:
Thiago Youssef 2022-09-04 20:36:36 -03:00
parent c8d758c25a
commit 3a269bb6b3

View file

@ -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