This commit is contained in:
taskylizard
2023-11-06 11:15:08 +05:30
parent 3a71e8f164
commit 7213a1f4af
5 changed files with 26 additions and 5 deletions

View File

@@ -47,5 +47,5 @@ export default defineEventHandler(async (event) => {
throw new Error(error);
});
return "success";
return { status: "success" };
});