From 970f48f48d1080c568c1d976e40e2570353ee232 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 19 二月 2020 17:25:13 +0800 Subject: [PATCH] fix router --- router/router.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/router.go b/router/router.go index bb636d9..a7c5cea 100644 --- a/router/router.go +++ b/router/router.go @@ -96,7 +96,7 @@ gbApi := r.Group(urlPrefix + "/gb28181") { gbApi.GET("/findAreaByParentId", gb28181C.FindAreaByParentId) - gbApi.GET("/newGbID",gb28181C.NewGbId) + gbApi.GET("/newGbId",gb28181C.NewGbId) } //鎽勫儚鏈虹鐞� -- Gitblit v1.8.0