diff --git a/server/templates/index.html b/server/templates/index.html index 4add259..04cadcd 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')}}", + url: "{{ url_for('get_tube_list')}}", method: 'GET', success: function (data) { $('#tubeList').empty();