You would do something like ```ts app.use('/input/*', (c, next) => bearerAuth({ c.env.TOKEN })(c, ne

You would do something like
app.use('/input/*', (c, next) => bearerAuth({ c.env.TOKEN })(c, next));
Was this page helpful?