Usama Khalid
Results
3
comments of
Usama Khalid
@sam-potter @yusukebe Issue is still there as it treats object as promise Custom Middlware: ``` app.use('*', async (c: Context, next) => { if (c.req.method == 'POST') { const authHeader =...
Thanks @yusukebe Its Working now!
@sam-lippert can you check this out? @yusukebe