mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor: remove useless comments
This commit is contained in:
parent
355c53fd64
commit
5ff8bf4479
1 changed files with 0 additions and 3 deletions
|
|
@ -245,9 +245,6 @@ route.get('/wallet', userMiddleware({ enc: 'nip44' }), swapNutzapsMiddleware, as
|
||||||
return c.json(walletEntity, 200);
|
return c.json(walletEntity, 200);
|
||||||
});
|
});
|
||||||
|
|
||||||
// PUT wallet
|
|
||||||
// what errors to return?
|
|
||||||
|
|
||||||
/** Get mints set by the CASHU_MINTS environment variable. */
|
/** Get mints set by the CASHU_MINTS environment variable. */
|
||||||
route.get('/mints', (c) => {
|
route.get('/mints', (c) => {
|
||||||
const { conf } = c.var;
|
const { conf } = c.var;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue