Skip to content

Commit

Permalink
Root route
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-lippert committed Aug 23, 2023
1 parent 21b358b commit dcf0f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const router = Router()
router.all('*', withCtx)
router.all('*', withParams)

router.get('/', (request) => listQueues(request))
router.get('/api', (request) => listQueues(request))
router.get('/queues', (request) => listQueues(request))

Expand Down

0 comments on commit dcf0f8f

Please sign in to comment.