Skip to content

Commit

Permalink
singup link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hippyaki authored Oct 27, 2024
1 parent 6146533 commit 367f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function rndNum(min, max) {
// };
$.ajax({
type: "POST",
url: "https://healthconnect-server.herokuapp.com/patient/signup",
url: "https://healthconnect-server.onrender.com/patient/signup",
crossDomain: true,
contentType: 'application/json; charset=utf-8',
data: JSON.stringify(formData),
Expand Down

0 comments on commit 367f5f1

Please sign in to comment.