Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 10, 2023
1 parent 2ed24c3 commit 1d09408
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export function SignUpFormContentComponent(props) {

axios({
method: 'post',
url: '/api/auth/users/',
// url: `${process.env.REACT_APP_BASE_API_URL}/api/auth/users/`,
// url: '/api/auth/users/',
url: `${process.env.REACT_APP_BASE_API_URL}/api/auth/users/`,
withCredentials: false,
data: dataToSend,
}).then(res => console.log(res.data)).catch(error => console.log(error));
Expand Down

0 comments on commit 1d09408

Please sign in to comment.