refactor(forest): 跟随上游更新
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://queue/deque")
|
||||
@BaseRequest(baseURL = "http://center-queue/deque")
|
||||
public interface DequeService {
|
||||
@Get("/names")
|
||||
ImmutableList<String> names();
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.eclipse.collections.api.list.ImmutableList;
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-05-07
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://queue/queue")
|
||||
@BaseRequest(baseURL = "http://center-queue/queue")
|
||||
public interface QueueService {
|
||||
@Get("/names")
|
||||
ImmutableList<String> names();
|
||||
|
||||
Reference in New Issue
Block a user