Skip to content

Commit

Permalink
Merge pull request #1718 from milvus-io/mark-1635
Browse files Browse the repository at this point in the history
restore hubspot form api url
  • Loading branch information
ThyeeZz authored Dec 4, 2024
2 parents bb7bedc + b4dc43c commit 5d43f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/submitEmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from 'axios';
const hubsportAxiosInstance = axios.create({
timeout: 20000,
baseURL:
'https://app.hubspot.com/submissions/24054828/form/62189c92-f957-4834-9b90-596c8a00dff4/performance?redirectUrl=https%3A%2F%2Fapp.hubspot.com%2Fforms%2F24054828%3Fquery%3Dmilvus%2Bnew',
'https://api.hsforms.com/submissions/v3/integration/submit/24054828/0e47e016-7656-429c-838b-93445e4c5242',
headers: {
'Content-Type': 'application/json; charset=utf-8',
},
Expand Down

0 comments on commit 5d43f15

Please sign in to comment.