From fc9e7e7bac4999cfd5880fd69ca72efe5f0239d4 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Fri, 15 May 2020 17:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=97=E8=A1=A8=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 4d122fd9..c658f0cc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -104,6 +104,9 @@ Rails.application.routes.draw do member do get :branches post :watch + get :watch_users + get :parise_users + get :fork_users end end