Merge commit 'e60414792d86a99c0f401f3c1bab92ee37835d39' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-05-25 22:18:55 +02:00
5 changed files with 94 additions and 3 deletions

View File

@ -110,6 +110,7 @@ namespace :api, format: false do
namespace :emails do
resources :confirmations, only: [:create]
get :check_confirmation, to: 'confirmations#check'
end
resource :instance, only: [:show] do