404 issue in flask post request using ajax
Budget: ₹100 – ₹400 INR
Help me fix 404 issue in flask post request using ajax.
@app.route("/authenticate", methods=['POST'])
def Authenticate():
print(reqeust.form["username"])
return "hello"
@app.route("/authenticate", methods=['POST'])
def Authenticate():
print(reqeust.form["username"])
return "hello"