Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/5295a5ac8161fa5fc6d0e3e1df25bab9920bbd7f?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:错题列表

pg_adapter
wangxy 9 months ago
parent 325dbefbcb
commit 5295a5ac81

@ -51,5 +51,13 @@ public class UserBookController extends BaseController {
} }
@ApiOperation("错题列表")
@GetMapping("/view/{id}")
public String view(@PathVariable("id") String id, ModelMap mmap) {
mmap.put("quId", id);
return prefix + "/view";
}
} }

Loading…
Cancel
Save