We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb9def commit 886eb50Copy full SHA for 886eb50
1 file changed
modular/gater/request_context.go
@@ -51,6 +51,8 @@ var skipAuthRouterNames = []string{
51
getBucketMetaRouterName,
52
listBucketsByIDsRouterName,
53
listObjectsByIDsRouterName,
54
+ listUserPaymentAccountsRouterName,
55
+ listPaymentAccountStreamsRouterName,
56
}
57
58
// NewRequestContext returns an instance of RequestContext, and verify the
0 commit comments