We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30b94c commit 0b6b8d6Copy full SHA for 0b6b8d6
src/api/sendPost.ts
@@ -5,7 +5,7 @@ import { EmailJSResponseStatus } from '../models/EmailJSResponseStatus';
5
6
export const sendPost = (data: string): Promise<EmailJSResponseStatus> => {
7
const options: RequestOptions = {
8
- host: store._host,
+ host: store.origin,
9
path: '/api/v1.0/email/send',
10
port: 443,
11
method: 'POST',
0 commit comments