chore: remove done comments

This commit is contained in:
P. Reis 2025-02-12 13:46:37 -03:00
parent 03946fabc8
commit 7095519198

View file

@ -25,12 +25,8 @@ const app = new Hono().use('*', storeMiddleware, signerMiddleware);
// app.get('/mints') -> Mint[] // app.get('/mints') -> Mint[]
// app.get(swapMiddleware, '/wallet') -> Wallet, 404
// app.put('/wallet') -> Wallet
// app.delete('/wallet') -> 204 // app.delete('/wallet') -> 204
// app.post('/swap') Maybe make this a middleware? Also pipeline interaction.
// app.post(swapMiddleware, '/nutzap'); // app.post(swapMiddleware, '/nutzap');
/* GET /api/v1/ditto/cashu/wallet -> Wallet, 404 */ /* GET /api/v1/ditto/cashu/wallet -> Wallet, 404 */