mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
Fixes the pipe-alive check when running scope-ui under a path
This commit is contained in:
@@ -214,7 +214,7 @@ export function deletePipe(pipeId) {
|
||||
}
|
||||
|
||||
export function getPipeStatus(pipeId) {
|
||||
const url = `/api/pipe/${encodeURIComponent(pipeId)}/check`;
|
||||
const url = `api/pipe/${encodeURIComponent(pipeId)}/check`;
|
||||
reqwest({
|
||||
method: 'GET',
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user