Compare commits

...

2 Commits

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

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<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">
</head>

View File

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