From e518db0d411dcd52b7699e1e635067f51e73ac73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 9 Feb 2024 17:29:28 +0100 Subject: [PATCH] fixed path now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/templates/index.html b/server/templates/index.html index e5bd61d..518aa8d 100644 --- a/server/templates/index.html +++ b/server/templates/index.html @@ -64,7 +64,7 @@ // Function to populate the tube list function populateTubeList() { $.ajax({ - url: "{{ url_for('', filename='/get_tube_list')}}", + url: "{{ url_for('/get_tube_list', filename='')}}", method: 'GET', success: function (data) { $('#tubeList').empty();