This commit is contained in:
2022-06-04 20:21:45 -04:00
parent 800d858350
commit dd6771f3e0
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ function retrieveSchedule(airport, state) {
var xhr = new XMLHttpRequest();
xhr.open("POST", "http://"+window.location.hostname+":5000/url", true);
xhr.open("POST", "http://"+window.location.hostname+":5000/curl", true);
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {