5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export default defineEventHandler((envent)=>{
|
|
return {
|
|
api:'works'
|
|
}
|
|
}) |