LingxinMeng 1 rok temu
rodzic
commit
78a897f813
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 		}