Nanda Safiq

Results 1 comments of Nanda Safiq

``` app = Flask(__name__) app.url_map.strict_slashes = False``` is work it Turns out werkzeug has a strict_slashes parameter you can use to circumvent the issue.👍