mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix endpoint
This commit is contained in:
parent
f9603bf8f7
commit
6ed038ec2e
@ -40,6 +40,7 @@ public class AnsEndpoint extends AbstractEndpoint<Map<String, Object>> {
|
|||||||
|
|
||||||
public AnsEndpoint(AnsProperties ansProperties) {
|
public AnsEndpoint(AnsProperties ansProperties) {
|
||||||
super("ans", false);
|
super("ans", false);
|
||||||
|
this.ansProperties = ansProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user