feat(sep): modify server request for vclaim

This commit is contained in:
riefive
2025-10-17 15:59:15 +07:00
parent f10ef61f4a
commit 240e5d68b7
2 changed files with 23 additions and 9 deletions
+2 -1
View File
@@ -51,10 +51,11 @@ export default defineEventHandler(async (event) => {
if (isVclaim) {
const resClone = res.clone()
const responseBody = await resClone.json()
return {
status: resClone.status,
headers: resClone.headers,
body: await resClone.json(),
...responseBody,
}
}