Skip to content

Commit a694b12

Browse files
author
khanh.nguyen
committed
Small signature doc improvement
1 parent c1551af commit a694b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signature/signature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To use define a new validator using your MessageBird Signing key. You can use th
55
ValidRequest method, just pass the request and base url as parameters:
66
77
validator := signature.NewValidator([]byte("your signing key"))
8-
baseUrl := "https://messagebird.io"
8+
baseUrl := "https://yourdomain.com"
99
if err := validator.ValidRequest(r, baseUrl); err != nil {
1010
// handle error
1111
}

0 commit comments

Comments
 (0)