Skip to content

Commit e0f4d33

Browse files
authored
Merge pull request #28 from michael-o/issues/27
Don't enforce strict slashes (#27)
2 parents 0c60bc7 + 4ef86ac commit e0f4d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gwh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
whitelist_ip = None
1212
repos = None
1313

14-
@app.route("/", methods=['GET', 'POST'])
14+
@app.route("/", methods=['GET', 'POST'], strict_slashes=False)
1515
def index():
1616
if request.method == "GET":
1717
return 'OK'

0 commit comments

Comments
 (0)