🎨 题库服务接口地址变更

This commit is contained in:
ronger 2021-09-22 19:51:29 +08:00
parent ee122134d8
commit fab5a33aaf

View File

@ -21,7 +21,7 @@ import java.util.Map;
@RequestMapping("/api/v1/answer")
public class AnswerController {
private final static String ANSWER_API_URL = "http://101.132.237.86:8089/question";
private final static String ANSWER_API_URL = "http://1.116.175.112:8089/question";
@GetMapping("/today")
public GlobalResult today() throws BaseApiException {