feat(frontend,API): Add PUT operations, integrate API, add first from engine
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { auth } from '../../utils/auth'
|
||||
import { H3Event } from 'h3'
|
||||
import type { H3Event } from 'h3'
|
||||
|
||||
export default defineEventHandler((event: H3Event) => {
|
||||
return auth.handler(toWebRequest(event))
|
||||
|
||||
Reference in New Issue
Block a user