mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
change endpoint
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
const cloudEmail = loggedIn && $user?.email ? $user.email : undefined;
|
const cloudEmail = loggedIn && $user?.email ? $user.email : undefined;
|
||||||
|
|
||||||
const response = await fetch(`${PUBLIC_GROWTH_ENDPOINT}/feedback/sales`, {
|
const response = await fetch(`${PUBLIC_GROWTH_ENDPOINT}/feedback/sales/enterprise`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
@@ -42,7 +42,6 @@
|
|||||||
companyWebsite,
|
companyWebsite,
|
||||||
firstName,
|
firstName,
|
||||||
lastName,
|
lastName,
|
||||||
program: 'Enterprise',
|
|
||||||
message: useCase,
|
message: useCase,
|
||||||
...getReferrerAndUtmSource()
|
...getReferrerAndUtmSource()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user