mirror of https://github.com/fatedier/frp.git
fix: change absolute path to relative path (#4038)
This commit is contained in:
parent
b3946489dd
commit
f63b4d5c29
|
@ -111,7 +111,7 @@ const formatTrafficOut = (row: BaseProxy, _: TableColumnCtx<BaseProxy>) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const clearOfflineProxies = () => {
|
const clearOfflineProxies = () => {
|
||||||
fetch('/api/proxies?status=offline', {
|
fetch('../api/proxies?status=offline', {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
credentials: 'include',
|
credentials: 'include',
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue