From 70955191989c4c741bdb934e0ef4bf03045af76d Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 12 Feb 2025 13:46:37 -0300 Subject: [PATCH] chore: remove done comments --- src/controllers/api/cashu.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/controllers/api/cashu.ts b/src/controllers/api/cashu.ts index 19fad9b6..2db03318 100644 --- a/src/controllers/api/cashu.ts +++ b/src/controllers/api/cashu.ts @@ -25,12 +25,8 @@ const app = new Hono().use('*', storeMiddleware, signerMiddleware); // app.get('/mints') -> Mint[] -// app.get(swapMiddleware, '/wallet') -> Wallet, 404 -// app.put('/wallet') -> Wallet // app.delete('/wallet') -> 204 -// app.post('/swap') Maybe make this a middleware? Also pipeline interaction. - // app.post(swapMiddleware, '/nutzap'); /* GET /api/v1/ditto/cashu/wallet -> Wallet, 404 */