We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f7062 commit 2ebe0a8Copy full SHA for 2ebe0a8
core/corehttp/hostname.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
var pathGatewaySpec = config.GatewaySpec{
21
- Paths: []string{ipfsPathPrefix, ipnsPathPrefix, "/api/", "/version"},
+ Paths: []string{ipfsPathPrefix, ipnsPathPrefix, "/api", "/p2p", "/version"},
22
UseSubdomains: false,
23
}
24
0 commit comments