Skip to content

Commit

Permalink
[INLONG-5240][Dashboard] Change the path of query task execute logs
Browse files Browse the repository at this point in the history
  • Loading branch information
healchow committed Jul 27, 2022
1 parent 936fddb commit 5b693a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Comp: React.FC<Props> = ({ inlongGroupId, ...modalProps }) => {

const { run: getData, data } = useRequest(
{
url: '/workflow/listTaskExecuteLogs',
url: '/workflow/listTaskLogs',
params: {
...options,
inlongGroupId: inlongGroupId,
Expand Down

0 comments on commit 5b693a4

Please sign in to comment.