Commit a5b3b749 authored by jiaorz's avatar jiaorz

123

parent 3b6f76a8
......@@ -14,7 +14,7 @@ public class RandomListController {
@Autowired
RandomListBiz randomListBiz;
@GetMapping("/get")
@GetMapping("/app/unauth/get")
public ObjectRestResponse getRandomList(RandomListDto randomListDto) {
if(randomListDto == null) {
return ObjectRestResponse.paramIsEmpty();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment