fix(#2121): rebuild POST from agent term also missing api/ prefix (mara audit)
This commit is contained in:
parent
98b5e976af
commit
ebb85e6291
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ window.marked = marked;
|
||||||
closeOverflowMenu();
|
closeOverflowMenu();
|
||||||
const f = document.createElement('form');
|
const f = document.createElement('form');
|
||||||
f.method = 'POST';
|
f.method = 'POST';
|
||||||
f.action = `${dashUrl}rebuild/${label}`;
|
f.action = `${dashUrl}api/rebuild/${label}`;
|
||||||
document.body.appendChild(f);
|
document.body.appendChild(f);
|
||||||
f.submit();
|
f.submit();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue