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 a9559e6 commit f99353d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function SignUpFormContentComponent(props) {

axios({
method: 'post',
url: '/api/auth/users/',
url: 'http://api-dev:8000/api/auth/users/',
// url: `${process.env.REACT_APP_BASE_API_URL}/api/auth/users/`,
withCredentials: false,
data: dataToSend
Expand Down

0 comments on commit f99353d

Please sign in to comment.