mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: run gofmt -s
This commit is contained in:
parent
b14afc2222
commit
8f09fa547f
@ -68,9 +68,9 @@ func InitWithIdentity(identity Identity) (*Config, error) {
|
||||
NoFetch: false,
|
||||
PathPrefixes: []string{},
|
||||
HTTPHeaders: map[string][]string{
|
||||
"Access-Control-Allow-Origin": []string{"*"},
|
||||
"Access-Control-Allow-Methods": []string{"GET"},
|
||||
"Access-Control-Allow-Headers": []string{"X-Requested-With", "Range", "User-Agent"},
|
||||
"Access-Control-Allow-Origin": {"*"},
|
||||
"Access-Control-Allow-Methods": {"GET"},
|
||||
"Access-Control-Allow-Headers": {"X-Requested-With", "Range", "User-Agent"},
|
||||
},
|
||||
APICommands: []string{},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user