|
|
|
@ -114,8 +114,8 @@ Rails.application.routes.draw do
|
|
|
|
|
resource :password, only: [:update]
|
|
|
|
|
resource :avatar, only: [:update]
|
|
|
|
|
resource :auth_attachment, only: [:create]
|
|
|
|
|
resource :authentication_apply, only: [:create]
|
|
|
|
|
resource :professional_auth_apply, only: [:create]
|
|
|
|
|
resource :authentication_apply, only: [:create, :destroy]
|
|
|
|
|
resource :professional_auth_apply, only: [:create, :destroy]
|
|
|
|
|
resources :open_users, only: [:destroy]
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|