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 fd9a279 commit 70775f7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export function SignUpFormContentComponent(props) {
// url: `${process.env.REACT_APP_BASE_API_URL}/api/auth/users/`,
withCredentials: false,
data: dataToSend,
headers: {
Authorization: 'Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept'
}
}).then(res => console.log(res.data)).catch(error => console.log(error));
console.log(process.env.REACT_APP_BASE_API_URL);
};
Expand Down

0 comments on commit 70775f7

Please sign in to comment.