add comment

This commit is contained in:
2025-07-16 14:27:46 +08:00
parent 979c6932ba
commit d634e94653
4 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,8 @@ app.post('/transfer', async (c) => {
receiver
}
// IMPLEMENTATION
console.log('transfer', transfe);
return c.json(transfer)
})