mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-29 19:00:00 +00:00
Remove overview route and template
Deleted the /overview route from user routes and removed the associated overview.html template. This cleans up unused code related to the daily nutrition overview feature.
This commit is contained in:
@@ -67,11 +67,6 @@ def edit_food_item(id: int):
|
||||
return redirect(url_for("user.dashboard"))
|
||||
|
||||
|
||||
@user_bp.route("/overview", methods=["GET"])
|
||||
def overview():
|
||||
return render_template("overview.html")
|
||||
|
||||
|
||||
@user_bp.route("/", methods=["GET"])
|
||||
def daily_log():
|
||||
today = datetime.now(timezone.utc).date()
|
||||
|
||||
Reference in New Issue
Block a user