Skip to content

Commit 8436f66

Browse files
author
Sergey Khomushin
committed
send_json: fix typo in path
1 parent 0012a50 commit 8436f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/send_json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { EmailJSResponseStatus } from '../models/emailjs_response_status.js';
66
export const sendJSON = (params: string): Promise<EmailJSResponseStatus> => {
77
const options: RequestOptions = {
88
host: store._host,
9-
path: 'api/v1.0/email/send',
9+
path: '/api/v1.0/email/send',
1010
port: 443,
1111
method: 'POST',
1212
headers: {

0 commit comments

Comments
 (0)