changenom fx

This commit is contained in:
vSpaike 2025-01-21 11:50:12 +01:00
parent 6b57266ac3
commit 6a735b1531
2 changed files with 7 additions and 1 deletions

View file

@ -13,7 +13,7 @@ def index():
return render_template("index.html")
@app.route('/data', methods=['POST'])
def index():
def receiv():
encrypted_data = request.form['data']
if __name__ == "__main__":