add options api

This commit is contained in:
taskylizard 2023-11-04 23:12:31 +05:30
parent 693c363f73
commit 704f0bd729
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -0,0 +1,3 @@
export default defineEventHandler(async (event) => {
return sendNoContent(event, 200);
});