Skip to content

Commit

Permalink
Register.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lambrugeorge authored Feb 18, 2024
1 parent d7dd3cd commit 73c0e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Register/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Register extends React.Component {
}

onSubmitSignIn = () => {
fetch('http://localhost:3000/register', {
fetch('https://mybackend-dfd1.onrender.com/register', {
method: 'post',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
Expand Down Expand Up @@ -94,4 +94,4 @@ class Register extends React.Component {
}
}

export default Register;
export default Register;

0 comments on commit 73c0e4e

Please sign in to comment.