mirror of
https://github.com/mia-0/0x0.git
synced 2026-01-23 08:02:23 +00:00
Merge 973c6a9ace into 3330a85c2c
This commit is contained in:
commit
eb14381167
1 changed files with 1 additions and 1 deletions
2
fhost.py
2
fhost.py
|
|
@ -488,7 +488,7 @@ def get(path, secret=None):
|
|||
|
||||
abort(404)
|
||||
|
||||
@app.route("/", methods=["GET", "POST"])
|
||||
@app.route("/", methods=["GET", "POST"], strict_slashes=False)
|
||||
def fhost():
|
||||
if request.method == "POST":
|
||||
sf = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue