diff --git a/plex_authentication.py b/plex_authentication.py index c25cf7a..9dd317e 100644 --- a/plex_authentication.py +++ b/plex_authentication.py @@ -11,6 +11,7 @@ # instantiate the app app = Flask(__name__) app.config.from_object(__name__) +app.url_map.strict_slashes = False @app.route('/', methods=['GET'])