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
Previously, we had two separately named path for workspace and requests
views.
This gives them the same name, and provides a default value for path, as
per recommend way in django docs.
This allows us to consolidate our url handling to just one reverse call,
that defaults to the root path if none is specified.
0 commit comments