Skip to content

Commit

Permalink
lab5 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason-g-bit committed Nov 4, 2024
1 parent a40c07c commit b2d7837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def process_query(q):


@app.route("/submitgetgithubusername", methods=["POST"])
def submit():
def submitusername():
input_name = request.form.get("name")
return render_template("github_username.html", name=input_name)

0 comments on commit b2d7837

Please sign in to comment.