From e284996c1cf8db256fb73733663509e0dc06f0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 28 May 2023 15:28:51 +0200 Subject: [PATCH] Remove obsolete route --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 71f7620..a369bd3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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