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
Bugfix correct the dispatcher middleware root path and path
The path shouldn't have been adjusted, rather the root_path should
have been changed - this matches WSGI whereby the script_name is
changed. In addition the changes should have been made in a copied
scope to isolate them.
0 commit comments