update mail url

This commit is contained in:
Sergejs Kozinecs 2024-07-16 18:08:31 +03:00
parent 7277c115fc
commit f4b20d6c68

View file

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