Skip to content

Commit

Permalink
Merge pull request #1721 from milvus-io/mark-1635
Browse files Browse the repository at this point in the history
update subscribe endpoint
  • Loading branch information
ThyeeZz authored Dec 5, 2024
2 parents 7081fc0 + 525d3a2 commit 9bb9315
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://api.hsforms.com/submissions/v3/integration/submit/24054828/0e47e016-7656-429c-838b-93445e4c5242',
'https://api.hsforms.com/submissions/v3/integration/submit/24054828/62189c92-f957-4834-9b90-596c8a00dff4',
headers: {
'Content-Type': 'application/json; charset=utf-8',
},
Expand Down

0 comments on commit 9bb9315

Please sign in to comment.