about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-05-10 11:21:10 +0200
committerGitHub <noreply@github.com>2020-05-10 11:21:10 +0200
commit8be4c2ba21c6a8e4abb0522dac398645c71d8e94 (patch)
tree23556290053e2c022c91a5f82b5212e3ae28583a /config/routes.rb
parent26b08a3c54847f2816f78c3ac67ace001d3fea1f (diff)
Add ability to remove identity proofs from account (#13682)
Fix #12613
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index fa6639138..920a48fe7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -130,7 +130,7 @@ Rails.application.routes.draw do
       resource :confirmation, only: [:new, :create]
     end
 
-    resources :identity_proofs, only: [:index, :show, :new, :create, :update]
+    resources :identity_proofs, only: [:index, :new, :create, :destroy]
 
     resources :applications, except: [:edit] do
       member do