mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 17:51:17 +11:00
fix cors
This commit is contained in:
parent
3a71e8f164
commit
7213a1f4af
5 changed files with 26 additions and 5 deletions
|
|
@ -47,5 +47,5 @@ export default defineEventHandler(async (event) => {
|
|||
throw new Error(error);
|
||||
});
|
||||
|
||||
return "success";
|
||||
return { status: "success" };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue