🎨 题库服务地址变更
This commit is contained in:
parent
b1ac559f39
commit
20bfa3296e
@ -20,7 +20,7 @@ import java.util.Map;
|
|||||||
@RequestMapping("/api/v1/answer")
|
@RequestMapping("/api/v1/answer")
|
||||||
public class AnswerController {
|
public class AnswerController {
|
||||||
|
|
||||||
private final static String ANSWER_API_URL = "http://1.116.175.112:8089/question";
|
private final static String ANSWER_API_URL = "https://test.rymcu.com/subject/question";
|
||||||
|
|
||||||
@GetMapping("/today")
|
@GetMapping("/today")
|
||||||
public GlobalResult today() {
|
public GlobalResult today() {
|
||||||
|
Loading…
Reference in New Issue
Block a user