Commit 8b0f878a by 3rd-Eden

[fix] It was hitting the wrong API, resulting in HTML

parent 77c919cb
......@@ -10,7 +10,7 @@
function Email(api) {
this.api = api;
this.endpoint = 'https://api.fullcontact.com/'+ api.version +'/mail/';
this.endpoint = 'https://api.fullcontact.com/'+ api.version +'/email/';
this.send = api.process.bind(api, this);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment