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
In my use case I need to have the endpoint attribute in request object which should contain name of coro (1-st argument of endpoint coro) similarly to Flask request.endpoint, i.e.:
In my use case I need to have the endpoint attribute in request object which should contain name of coro (1-st argument of endpoint coro) similarly to Flask request.endpoint, i.e.:
endpoint can be automatically created with blueprint decorator:
i.e. in this case request.endpoint is 'get_profile'
The text was updated successfully, but these errors were encountered: