Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadi-stack authored Jul 15, 2023
1 parent 6302186 commit 1edad0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@app.route("/")
@app.route("/home")
def home():
return render_template('home.html', posts=posts)
return render_template('index.html', posts=posts)


@app.route("/about")
Expand Down Expand Up @@ -56,4 +56,4 @@ def login():


if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True)

0 comments on commit 1edad0a

Please sign in to comment.