removed file name

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-09 17:29:38 +01:00
parent e518db0d41
commit 6b66bfd918
1 changed files with 1 additions and 1 deletions

View File

@ -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();