Does this work fine? ```ts app.get('*', (c) => c.text('foo')) ```

Does this work fine?
app.get('*', (c) => c.text('foo'))
Was this page helpful?