mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(headless) Modify view demo data (#703)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -82,9 +82,10 @@ public class ChatConfigController {
|
||||
return semanticInterpreter.getDomainList(user);
|
||||
}
|
||||
|
||||
@GetMapping("/viewList/{domainId}")
|
||||
public List<ViewResp> getViewList(@PathVariable("domainId") Long domainId) {
|
||||
return semanticInterpreter.getViewList(domainId);
|
||||
@GetMapping("/viewList")
|
||||
public List<ViewResp> getViewList() {
|
||||
//Compatible with front-end
|
||||
return semanticInterpreter.getViewList(null);
|
||||
}
|
||||
|
||||
@PostMapping("/dimension/page")
|
||||
|
||||
Reference in New Issue
Block a user