Skip to content

Commit 7be1aea

Browse files
committed
🎨 format routes.ts
1 parent aa18e9c commit 7be1aea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/routes.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ export const routeMounts: RouteMount[] = [
7070
},
7171
{
7272
basePath: '/bundle',
73-
router: Router()
74-
.get('/:nonce', getBundle)
75-
.get('/', getAllBundles),
73+
router: Router().get('/:nonce', getBundle).get('/', getAllBundles),
7674
},
7775
{
7876
basePath: '/cid',

0 commit comments

Comments
 (0)