fix(forest): 修复deque接口地址错误

This commit is contained in:
2024-02-04 16:08:58 +08:00
parent c7abcb9e22
commit b9175dc1e4

View File

@@ -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();