Add POST /api/v1/emails/confirmations to REST API (#15816)
Only available to the application the user originally signed-up with
This commit is contained in:
@@ -403,6 +403,10 @@ Rails.application.routes.draw do
|
||||
|
||||
resources :apps, only: [:create]
|
||||
|
||||
namespace :emails do
|
||||
resources :confirmations, only: [:create]
|
||||
end
|
||||
|
||||
resource :instance, only: [:show] do
|
||||
resources :peers, only: [:index], controller: 'instances/peers'
|
||||
resource :activity, only: [:show], controller: 'instances/activity'
|
||||
|
||||
Reference in New Issue
Block a user