This commit is contained in:
taskylizard 2023-11-06 11:15:08 +05:30
parent 3a71e8f164
commit 7213a1f4af
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
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" };
});