Skip to content

Commit

Permalink
feat(auth): add api to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed May 16, 2024
1 parent 8a245af commit f9e0389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
var (
whitelistAPI = []string{
"api.StakingService.VoteByHeight",
"api.AccountService.Erc20TokenBalanceByHeight",
}
)

Expand Down

0 comments on commit f9e0389

Please sign in to comment.