mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 17:04:23 +01:00
refactor: modify ping handler to return an object with body property
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export default eventHandler(() => 'pong')
|
||||
export default eventHandler(() => {
|
||||
return {
|
||||
body: 'pong'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user