🎨 题库服务接口地址变更
This commit is contained in:
parent
ee122134d8
commit
fab5a33aaf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user