Remove obsolete route
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 4s

This commit is contained in:
Râu Cao 2023-05-28 15:28:51 +02:00
parent 51489a83ab
commit e284996c1c
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -28,7 +28,6 @@ Rails.application.routes.draw do
resources :settings, param: 'section', only: ['index', 'show', 'update'] do
collection do
post 'update_profile'
post 'update_email'
post 'reset_password'
end