fixed path now
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -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('', filename='/get_tube_list')}}",
|
url: "{{ url_for('/get_tube_list', filename='')}}",
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
$('#tubeList').empty();
|
$('#tubeList').empty();
|
||||||
|
|||||||
Reference in New Issue
Block a user