You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I want to write sinatra-based application, which can ALSO communicate with telegram. E.g. receive POST request, process it and send notification to subscribed users. Your middleware is perfect (I think) for this. Just one thing I cannot understand how to make - how to exclude this middleware processing for some requests, e.g. for '/my_part' route and to process these requests just like regular sinatra application?
The text was updated successfully, but these errors were encountered:
Hello!
I want to write sinatra-based application, which can ALSO communicate with telegram. E.g. receive POST request, process it and send notification to subscribed users. Your middleware is perfect (I think) for this. Just one thing I cannot understand how to make - how to exclude this middleware processing for some requests, e.g. for '/my_part' route and to process these requests just like regular sinatra application?
The text was updated successfully, but these errors were encountered: