1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-03 18:28:26 +00:00

fix: change absolute path to relative path ()

This commit is contained in:
Haotian Zou 2024-03-03 22:57:17 +08:00 committed by GitHub
parent b3946489dd
commit f63b4d5c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,7 +111,7 @@ const formatTrafficOut = (row: BaseProxy, _: TableColumnCtx<BaseProxy>) => {
}
const clearOfflineProxies = () => {
fetch('/api/proxies?status=offline', {
fetch('../api/proxies?status=offline', {
method: 'DELETE',
credentials: 'include',
})