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

@ -0,0 +1,6 @@
import { corsEventHandler } from "nitro-cors";
export default corsEventHandler((_event) => { }, {
origin: "*",
methods: "*",
});