Closed andyrocket8 closed 8 months ago
If ASGI root_path == blacklist, calls to /blacklist handler results to 404 Not Found.
Solution: make root path and /blacklist path different
Fixed in 1.8.0
If ASGI root_path == blacklist, calls to /blacklist handler results to 404 Not Found.