Przeglądaj źródła

disabled stomp for a moment to test docker

Ronald Peterson 10 lat temu
rodzic
commit
df8d8070bd
1 zmienionych plików z 1 dodań i 1 usunięć
  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()))
 }