Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make /deps.json/<revspec> route accept slashes
As noted on aspiers#75, currently, the server doesn't recognize requests for /deps.json/ route for branch names with slashes (i.e. `feat/` and `fix/`). The fix is done by adding a `path:` converter to the route, as explained in http://flask.pocoo.org/docs/1.0/quickstart/#variable-rules. Closes aspiers#75
- Loading branch information