Skip to content

Commit

Permalink
Force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Nov 11, 2024
1 parent c7edcd9 commit c997df2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as ListWallets from './list.controller';
import * as CreateWallets from './post.controller';

const router: express.Router = express.Router({ mergeParams: true });

router.get('/', assertRequestInput(ListWallets.validation), ListWallets.controller);
router.post('/', assertRequestInput(CreateWallets.validation), CreateWallets.controller);
router.delete('/:walletId', assertRequestInput(RemoveWallets.validation), RemoveWallets.controller);
Expand Down

0 comments on commit c997df2

Please sign in to comment.