Add timeout for server start for tests
* updated a few ports in the examples, just so can copy, paste and run locally without modification.
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
const (
|
||||
path = "/webhooks"
|
||||
port = 80
|
||||
port = 3016
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user