Fix port on listening message

This commit is contained in:
Sebastian Cabrera 2023-08-28 21:31:35 -04:00
parent b6968ec64e
commit 9db39a481d

View file

@ -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)