update mail url
This commit is contained in:
parent
7277c115fc
commit
f4b20d6c68
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) => {
|
const newPost = async (data) => {
|
||||||
return axios
|
return axios
|
||||||
.post("htts://midcreative:3020/mail/", data, {
|
.post("htts://midcreative.eu/mail/", data, {
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue