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 response = await fetch(`${PUBLIC_GROWTH_ENDPOINT}/feedback/sales`, {
|
||||
const response = await fetch(`${PUBLIC_GROWTH_ENDPOINT}/feedback/sales/enterprise`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
@@ -42,7 +42,6 @@
|
||||
companyWebsite,
|
||||
firstName,
|
||||
lastName,
|
||||
program: 'Enterprise',
|
||||
message: useCase,
|
||||
...getReferrerAndUtmSource()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user