first commit
This commit is contained in:
5
server/api/coba2.post.ts
Normal file
5
server/api/coba2.post.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
const body = await readBody(event)
|
||||
console.log(body)
|
||||
return body
|
||||
})
|
||||
Reference in New Issue
Block a user