Fix port on listening message
This commit is contained in:
parent
b6968ec64e
commit
9db39a481d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ func initGitHubClient() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func listenForWebhook() {
|
func listenForWebhook() {
|
||||||
log.Println("Listening on :3333......")
|
log.Println("Listening on :433......")
|
||||||
|
|
||||||
http.HandleFunc("/", webHandle)
|
http.HandleFunc("/", webHandle)
|
||||||
http.HandleFunc("/webhook", webhookHandler)
|
http.HandleFunc("/webhook", webhookHandler)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue