Add UI endpoint for bidirectional-status to fix 403 auth error
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
wizardLink.classList.add('d-none');
|
||||
modal.show();
|
||||
|
||||
fetch('/admin/sites/' + encodeURIComponent(siteId) + '/bidirectional-status')
|
||||
fetch('/ui/sites/peers/' + encodeURIComponent(siteId) + '/bidirectional-status')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
let html = '';
|
||||
|
||||
Reference in New Issue
Block a user