Skip to content

Commit 2aeab83

Browse files
fix
1 parent 59258b2 commit 2aeab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def translator_post():
6262
)
6363

6464
@app.route("/rockpaperscissor/")
65-
def about():
65+
def rockpaperscissor():
6666
return render_template("rockpaperscissor.html")
6767

6868
@app.route("/about/")

0 commit comments

Comments
 (0)