From 1e30415c10785d745cf99f618cd6760302c4e459 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 26 Nov 2019 18:06:09 +0800 Subject: [PATCH] =?UTF-8?q?OJ=E6=8F=90=E4=BA=A4=E8=AE=B0=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index fc2ff5e3d..4d277cd54 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -57,8 +57,14 @@ Rails.application.routes.draw do get :code_debug get :code_submit match :listen_result, :via => [:get, :post] + get :submit_records end + collection do + get :record_detail + end + + end