Port update
This commit is contained in:
parent
a591115ec5
commit
ec46c4a389
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import CustomButton from "../custom-button/custom-button.component";
|
|||
|
||||
const newPost = async (data) => {
|
||||
return axios
|
||||
.post("http://127.0.0.1:3000/mail/", data, {
|
||||
.post("http://127.0.0.1:3020/mail/", data, {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue