Skip to content

Commit

Permalink
Merge pull request #34 from westsurname/plex-request-nginx
Browse files Browse the repository at this point in the history
Set plex auth strict slashes to false
  • Loading branch information
westsurname authored Aug 8, 2024
2 parents fd38c95 + 53532ce commit f0b93e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit f0b93e2

Please sign in to comment.