Skip to content

Commit

Permalink
Update application.js
Browse files Browse the repository at this point in the history
  • Loading branch information
znagler committed May 14, 2023
1 parent 4641e52 commit 74d803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict2016/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function setPredictButton(){
console.log("queryParams", queryParams)
$.ajax({
dataType: "text",
url: "https://hq33siilacynsmmt4rkgewxcoi0optah.lambda-url.us-east-1.on.aws/?" + queryParams,
url: "https://hq33siilacynsmmt4rkgewxcoi0optah.lambda-url.us-east-1.on.aws/",
data: o,
success: displayResults
});
Expand Down

0 comments on commit 74d803b

Please sign in to comment.