Skip to content

Commit 886eb50

Browse files
committed
feat: specify some request's auth
1 parent 4bb9def commit 886eb50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modular/gater/request_context.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var skipAuthRouterNames = []string{
5151
getBucketMetaRouterName,
5252
listBucketsByIDsRouterName,
5353
listObjectsByIDsRouterName,
54+
listUserPaymentAccountsRouterName,
55+
listPaymentAccountStreamsRouterName,
5456
}
5557

5658
// NewRequestContext returns an instance of RequestContext, and verify the

0 commit comments

Comments
 (0)