Merge version_12 into main
Merge version_12 into main
This commit was merged in pull request #17.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
setSubmitting(true);
|
||||
|
||||
try {
|
||||
const response = await fetch("/api/quote", {
|
||||
const response = await fetch("/api/contact", {
|
||||
method: "POST", headers: {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
@@ -424,4 +424,4 @@ function QuoteFormModal({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user