Skip to content

Commit

Permalink
Update handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinS78 committed Jan 14, 2024
1 parent 95ea202 commit 4dce8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/2023/fall/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $(document).ready(function() {
type: "GET",
contentType: 'application/json',
// url : "http://localhost:3000/class2023fall?id="+id,
url : "https://siliconvalleyyouth-current.herokuapp.com/class2023fall?id="+id,
url : "https://siliconvalleyyouth.herokuapp.com/class2023fall?id="+id,
dataType: "json",
success: function(res) {
console.log("success")
Expand Down

0 comments on commit 4dce8cd

Please sign in to comment.