From 4dce8cda11dcd2729dc004f9c507b7b9296e3672 Mon Sep 17 00:00:00 2001 From: KevinS <36679585+KevinS78@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:03:25 -0800 Subject: [PATCH] Update handler.js --- classes/2023/fall/handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/2023/fall/handler.js b/classes/2023/fall/handler.js index 4c327d5..52f4818 100644 --- a/classes/2023/fall/handler.js +++ b/classes/2023/fall/handler.js @@ -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")