diff --git a/modules/webhook.go b/modules/webhook.go index f359d96..9a4a481 100644 --- a/modules/webhook.go +++ b/modules/webhook.go @@ -24,7 +24,7 @@ func init() { func webhookRun() { xlog.Info("webhook listener started") http.HandleFunc("/webhook", webhookHandleHTTP) - xlog.Fatal("%v", http.ListenAndServe(":"+*webhookPort, nil)) + xlog.Fatal("%v", http.ListenAndServe(":8080", nil)) } func webhookHandleMessage(m *Message) {