Merge pull request #6 from StefBuwalda/development

Hotfix
This commit is contained in:
Stef
2025-08-14 12:52:56 +02:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
return;
}
fetch(`{{url_for("add_meal.query")}}?q=${encodeURIComponent(query)}`)
fetch(`{{url_for("add_meal_v2.query")}}?q=${encodeURIComponent(query)}`)
.then(response => response.json())
.then(data => {
suggestionsBox.innerHTML = '';

View File

@@ -3,8 +3,6 @@
{% block title %}Daily Calorie Dashboard{% endblock %}
{% block content %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/macros.css') }}">
<div class="container my-4">
<h2 class="mb-3">Daily Calorie Dashboard ({{ today }})</h2>