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 3d6565d commit 2cf5543Copy full SHA for 2cf5543
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