Made the contact page input name to accept both first and last name

This commit was merged in pull request #57.
This commit is contained in:
VICTOR\anumu
2023-01-23 20:32:14 +01:00
parent 623dc8164b
commit 84eacb05d7
2 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ class SiteService {
}
// Contact Data{POST}
contactData() {
return this.postAuxEnd("/contact", null)
contactData(value) {
return this.postAuxEnd("/contact", value)
}
faqData() {