Commit 596d8eff authored by eddie.woo's avatar eddie.woo

tableau view id

parent eb60da34
......@@ -86,7 +86,7 @@ public class TableauController extends BaseController {
@ResponseBody
@GetMapping("dashboard")
public ApiResultDto getDashboard() {
return ApiResultDto.success(tableauService.getBrazilianTax().orElse(StringUtils.EMPTY));
return ApiResultDto.success(tableauService.getDashboard().orElse(StringUtils.EMPTY));
}
}
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