Compare commits

..

No commits in common. "32f09c4b606237f6543443ad56bdaac505a83053" and "b3946489dd115a7c2a5e413d6630b2867b7184f7" have entirely different histories.

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> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>frps dashboard</title> <title>frps dashboard</title>
<script type="module" crossorigin src="./index-Q42Pu2_S.js"></script> <script type="module" crossorigin src="./index-ky4re_ta.js"></script>
<link rel="stylesheet" crossorigin href="./index-rzPDshRD.css"> <link rel="stylesheet" crossorigin href="./index-rzPDshRD.css">
</head> </head>

View File

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