We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb1892 commit fde630aCopy full SHA for fde630a
app/__init__.py
@@ -9,6 +9,7 @@
9
def create_app(config=config_dict["dev"]):
10
app = Flask(__name__)
11
app.config.from_object(config)
12
+ app.url_map.strict_slashes = False
13
14
db.init_app(app)
15
0 commit comments