removed slash

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-09 17:30:13 +01:00
parent 6b66bfd918
commit 8af8f55135
+1 -1
View File
@@ -64,7 +64,7 @@
// Function to populate the tube list // Function to populate the tube list
function populateTubeList() { function populateTubeList() {
$.ajax({ $.ajax({
url: "{{ url_for('/get_tube_list')}}", url: "{{ url_for('get_tube_list')}}",
method: 'GET', method: 'GET',
success: function (data) { success: function (data) {
$('#tubeList').empty(); $('#tubeList').empty();