From 8af8f551351db335972136191b06913a5a7fc31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 9 Feb 2024 17:30:13 +0100 Subject: [PATCH] removed slash 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 4add259..04cadcd 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('/get_tube_list')}}", + url: "{{ url_for('get_tube_list')}}", method: 'GET', success: function (data) { $('#tubeList').empty();