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 */