Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect path passed to asgi app (#28)
Fix issue introduced in #27 that caused the admin app to receive paths with a double-forward slash, e.g., `/admin//something`. Adds logic to reset the `scope['path']` value on exit of the wrapped asgi app handler.
- Loading branch information