fix(forest): 修复deque接口地址错误
This commit is contained in:
@@ -13,7 +13,7 @@ import org.eclipse.collections.api.list.ImmutableList;
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-05-07
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://center-queue/deque")
|
||||
@BaseRequest(baseURL = "http://service-queue/deque")
|
||||
public interface DequeService {
|
||||
@Get("/names")
|
||||
ImmutableList<String> names();
|
||||
|
||||
Reference in New Issue
Block a user