mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 20:19:36 +01:00
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
export default eventHandler(() => {
|
|
return {
|
|
body: 'pong'
|
|
}
|
|
})
|