瀏覽代碼

disabled stomp for a moment to test docker

Ronald Peterson 10 年之前
父節點
當前提交
df8d8070bd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -26,7 +26,7 @@ func main() {
 
 	initCliFlags()
 
-	initStompConnection()
+	//initStompConnection()
 
 	log.Fatal(http.ListenAndServe(":"+strconv.Itoa(*bcFlag.Port), newUrlRouter()))
 }