Skip to content

Commit

Permalink
disable strict slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Nov 17, 2020
1 parent 1980c0a commit cbe57b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/__init__.py
Expand Up @@ -6,6 +6,7 @@

app = Flask(__name__)
app.config.from_object(Config)
app.url_map.strict_slashes = False
db = SQLAlchemy(app)
migrate = Migrate(app, db)
login = LoginManager(app)
Expand Down

0 comments on commit cbe57b3

Please sign in to comment.