Change port for webhook
This commit is contained in:
parent
0f51ecc137
commit
b6968ec64e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func listenForWebhook() {
|
||||||
http.HandleFunc("/", webHandle)
|
http.HandleFunc("/", webHandle)
|
||||||
http.HandleFunc("/webhook", webhookHandler)
|
http.HandleFunc("/webhook", webhookHandler)
|
||||||
|
|
||||||
err := http.ListenAndServe(":3333", nil)
|
err := http.ListenAndServe(":433", nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue