mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
chore: remove done comments
This commit is contained in:
parent
03946fabc8
commit
7095519198
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue