Skip to content

Commit

Permalink
registering users fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Corned committed Sep 3, 2024
1 parent 71c9dad commit e8c9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/RegisterPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const RegisterPage = () => {


try {
const response = await fetch(API_URL, {
const response = await fetch(API_URL + "/register", {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit e8c9fab

Please sign in to comment.