Skip to content

Commit fde630a

Browse files
committed
1 parent 4cb1892 commit fde630a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
def create_app(config=config_dict["dev"]):
1010
app = Flask(__name__)
1111
app.config.from_object(config)
12+
app.url_map.strict_slashes = False
1213

1314
db.init_app(app)
1415

0 commit comments

Comments
 (0)