Skip to content

Commit

Permalink
Assignments (#13)
Browse files Browse the repository at this point in the history
* assignments now viewable

* assignments now viewable

* about route
  • Loading branch information
chrissdelaney authored Feb 12, 2024
1 parent 8342237 commit 1408f01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web_app/routes/home_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@
def index():
return render_template("home.html")

<<<<<<< Updated upstream
@home_routes.route("/about")
def about():
return render_template("about.html")

@home_routes.route("/products")
def products():
service = current_app.config["SPREADSHEET_SERVICE"]
products = service.get_products()
return render_template("products.html", products=products)
=======
>>>>>>> Stashed changes

0 comments on commit 1408f01

Please sign in to comment.