monorepofiy
This commit is contained in:
6
api/middleware/cors.ts
Normal file
6
api/middleware/cors.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { corsEventHandler } from 'nitro-cors'
|
||||
|
||||
export default corsEventHandler((_event) => {}, {
|
||||
origin: '*',
|
||||
methods: '*'
|
||||
})
|
||||
Reference in New Issue
Block a user