sunty
2019-08-22 a527225f7f3cc93882aa870c20f0985d07d6fe92
router/router.go
@@ -226,6 +226,7 @@
   }
   clusterApi := r.Group(urlPrefix+"/cluster")
   {
      clusterApi.GET("/randomPwd", clusterController.RandomPwd)
      clusterApi.POST("/create", clusterController.Create)
      clusterApi.POST("/search", clusterController.Search)
      clusterApi.POST("/stopSearching", clusterController.StopSearching)