mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-25 14:43:35 +08:00
fix: don't use domain validator in acl matching logic
This commit is contained in:
@@ -978,6 +978,7 @@ func TestProxyController(t *testing.T) {
|
||||
NewProxyController(ProxyControllerInput{
|
||||
Log: log,
|
||||
RuntimeConfig: &runtime,
|
||||
Config: &cfg,
|
||||
RouterGroup: group,
|
||||
ACLsService: aclsService,
|
||||
AuthService: authService,
|
||||
|
||||
Reference in New Issue
Block a user