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