mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
fix: HTTP Signatureの検証に失敗する問題を修正
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class InboxControllerImpl(
|
||||
HttpRequest(
|
||||
URL(url + httpServletRequest.queryString.orEmpty()),
|
||||
HttpHeaders(headers),
|
||||
HttpMethod.GET
|
||||
HttpMethod.POST
|
||||
),
|
||||
headers
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user