LingxinMeng 1 năm trước cách đây
mục cha
commit
78a897f813
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      amd64/score_server/main.go

+ 1 - 1
amd64/score_server/main.go

@@ -51,7 +51,7 @@ func main() {
 		}
 	}
 	{
-		monitorPrefix := router.Group("/web_server/monitor")
+		monitorPrefix := router.Group("/web_server/monitor") // todo web_server已经改成score_server,后续修改
 		{
 			monitorPrefix.POST("/insert", handler.SaveDeviceMonitor)
 		}