Port update

This commit is contained in:
Sergejs Kozinecs 2024-07-16 17:35:26 +03:00
parent a591115ec5
commit ec46c4a389

View file

@ -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",
},