1
0
mirror of https://github.com/fatedier/frp.git synced 2025-08-02 03:59:03 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
fatedier
32f09c4b60 regen web assets () 2024-03-03 23:02:38 +08:00
Haotian Zou
f63b4d5c29 fix: change absolute path to relative path () 2024-03-03 22:57:17 +08:00
3 changed files with 3 additions and 3 deletions
assets/frps/static
web/frps/src/components

File diff suppressed because one or more lines are too long

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>frps dashboard</title> <title>frps dashboard</title>
<script type="module" crossorigin src="./index-ky4re_ta.js"></script> <script type="module" crossorigin src="./index-Q42Pu2_S.js"></script>
<link rel="stylesheet" crossorigin href="./index-rzPDshRD.css"> <link rel="stylesheet" crossorigin href="./index-rzPDshRD.css">
</head> </head>

@@ -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',
}) })