mirror of https://github.com/usbharu/Hideout.git
fix: HTTP Signatureの検証に失敗する問題を修正
This commit is contained in:
parent
cde1943711
commit
dc1929c8ab
|
@ -75,7 +75,7 @@ class InboxControllerImpl(
|
|||
HttpRequest(
|
||||
URL(url + httpServletRequest.queryString.orEmpty()),
|
||||
HttpHeaders(headers),
|
||||
HttpMethod.GET
|
||||
HttpMethod.POST
|
||||
),
|
||||
headers
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue