fixed path for html

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-09 17:28:51 +01:00
parent 6f45740f66
commit d84d431600
2 changed files with 17 additions and 36 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
// Function to populate the tube list
function populateTubeList() {
$.ajax({
url: '/get_tube_list',
url: "{{ url_for('', filename='/get_tube_list')}}",
method: 'GET',
success: function (data) {
$('#tubeList').empty();