From 5840d6868e5c63851afbe132c063361b3c2175a0 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 18 Nov 2019 19:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 6d16667db..2f24d5538 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -43,7 +43,6 @@ Rails.application.routes.draw do post :publish get :start get :result - match :listen_result, :via => [:get, :post] end end @@ -52,6 +51,7 @@ Rails.application.routes.draw do post :update_code get :code_debug get :code_submit + match :listen_result, :via => [:get, :post] end end