fix pre-new key
This commit is contained in:
parent
b33fe92585
commit
2110f70532
@ -20,7 +20,7 @@ public enum EnvEnum {
|
||||
//PRE
|
||||
PRE("PRE", "http://pre-api.axzo.cn/pudge/webApi/oauth/apisix/authentication"),
|
||||
//PRE_NEW
|
||||
PRE_NEW("PRE_NEW", "http://pre-new-api.axzo.cn/pudge/webApi/oauth/apisix/authentication"),
|
||||
PRE_NEW("PRE-NEW", "http://pre-new-api.axzo.cn/pudge/webApi/oauth/apisix/authentication"),
|
||||
;
|
||||
private final String key;
|
||||
private final String value;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user