mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
modify api url
This commit is contained in:
@@ -45,14 +45,14 @@ export function getAllReplayStorage() {
|
||||
|
||||
export function TestCommandStorage(id) {
|
||||
return request({
|
||||
url: `api/v1/terminal/command-storages/${id}/test-connective/`,
|
||||
url: `/api/v1/terminal/command-storages/${id}/test-connective/`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function TestReplayStorage(id) {
|
||||
return request({
|
||||
url: `api/v1/terminal/replay-storages/${id}/test-connective/`,
|
||||
url: `/api/v1/terminal/replay-storages/${id}/test-connective/`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user