diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-04 02:44:59 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-04 02:44:59 +0000 |
commit | 87f34305cf1a5d3b11beadc9497f9cf21f230a3d (patch) | |
tree | 7fc9a0ec8c43ddd453ae2d147536ca470435263e /http | |
parent | b7b4d0affe3e76c2a4eaac1aff9759d83625c6c6 (diff) | |
download | communique-87f34305cf1a5d3b11beadc9497f9cf21f230a3d.tar.gz |
typo
Diffstat (limited to 'http')
-rw-r--r-- | http/router.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/router.go b/http/router.go index be2a128..456ed27 100644 --- a/http/router.go +++ b/http/router.go @@ -78,7 +78,7 @@ func (s *Router) Start(zapWriter io.Writer) { buf.ReadFrom(c.Request.Body) payload := buf.String() log.With( - "payload", + "signature", c.GetHeader("Signature"), ).With( "content-type", |