Skip to content

Commit

Permalink
#59: Handle trailing slashses
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 12, 2019
1 parent db5330d commit 3b6d8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
swagger_gen.write_swagger_spec()

app = Flask(__name__)
app.url_map.strict_slashes = False
api = Api(app)

setup_logger()
Expand Down

0 comments on commit 3b6d8c6

Please sign in to comment.