소스 검색

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()))
 }