From c08e6338adcae64611830f6ac52f2dba1167010a Mon Sep 17 00:00:00 2001 From: guange Date: Fri, 13 Dec 2019 15:02:16 +0800 Subject: [PATCH] . --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index f3150db7f..643972b95 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -31,6 +31,8 @@ Rails.application.routes.draw do get :save_with_tpm get :get_info_with_tpi get :get_info_with_tpm + get :reset_with_tpi + get :reset_with_tpm end end