mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-09 20:38:55 +03:00
fmt
This commit is contained in:
parent
07150b33ba
commit
55c5e930db
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// ActivityStreamsContentType const
|
// ActivityStreamsContentType const
|
||||||
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
|
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
|
||||||
httpsigExpirationTime = 60
|
httpsigExpirationTime = 60
|
||||||
)
|
)
|
||||||
|
|
||||||
func containsRequiredHTTPHeaders(method string, headers []string) error {
|
func containsRequiredHTTPHeaders(method string, headers []string) error {
|
||||||
|
|
Loading…
Reference in a new issue