Skip to content

Commit

Permalink
Merge pull request #63 from ral-facilities/59_handle_trailing_slashes
Browse files Browse the repository at this point in the history
Handle trailing slashes
  • Loading branch information
keiranjprice101 authored Sep 12, 2019
2 parents ca0a466 + 3b6d8c6 commit c3eb99f
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 c3eb99f

Please sign in to comment.