mail update

This commit is contained in:
Sergejs Kozinecs 2024-07-16 18:02:23 +03:00
parent ec46c4a389
commit 7277c115fc

View file

@ -11,7 +11,7 @@ import CustomButton from "../custom-button/custom-button.component";
const newPost = async (data) => { const newPost = async (data) => {
return axios return axios
.post("http://127.0.0.1:3020/mail/", data, { .post("htts://midcreative:3020/mail/", data, {
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
}, },