1
0
Fork 0
mirror of https://github.com/mia-0/0x0.git synced 2026-01-23 08:02:23 +00:00
This commit is contained in:
memst 2024-05-04 22:43:59 +01:00 committed by GitHub
commit eb14381167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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