style: format with new style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { corsEventHandler } from "nitro-cors";
|
||||
import { corsEventHandler } from 'nitro-cors'
|
||||
|
||||
export default corsEventHandler((_event) => {}, {
|
||||
origin: "*",
|
||||
methods: "*",
|
||||
});
|
||||
origin: '*',
|
||||
methods: '*'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user