From 9b69388cd615bc588f277aebae3b4ec335c64fcd Mon Sep 17 00:00:00 2001 From: allanwei Date: Fri, 12 Mar 2021 17:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E4=BB=B7=E4=BA=86=E5=8C=85=E8=A3=85?= =?UTF-8?q?=E5=8F=91=E8=BF=90=E9=83=A8=E5=88=86=E7=9A=84=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/controllers/log/log.go | 1 + 1 file changed, 1 insertion(+) diff --git a/web/controllers/log/log.go b/web/controllers/log/log.go index 2608419..9a44fce 100644 --- a/web/controllers/log/log.go +++ b/web/controllers/log/log.go @@ -189,6 +189,7 @@ func RegisterRoutes() { // packtype Update // RegisterUpdateOnePackType(packtype, "/update", serviceOfPackType.UpdateOne) + ext(party) }) }