b51f109c by Jeff Balicki

r

1 parent 83129612
...@@ -7,11 +7,7 @@ var settings = { ...@@ -7,11 +7,7 @@ var settings = {
7 "crossDomain": true, 7 "crossDomain": true,
8 "url": "http://pdf-customizer.synapsus.co/api/authenticate", 8 "url": "http://pdf-customizer.synapsus.co/api/authenticate",
9 "method": "POST", 9 "method": "POST",
10 "headers": { 10
11 "authorization": "Basic amVmZkBnb3RlbnppbmcuY29tOjUxODg2Mg==",
12 "cache-control": "no-cache",
13 "postman-token": "fe3549e8-0ba4-6214-c850-35863ef49a92"
14 },
15 "processData": false, 11 "processData": false,
16 "contentType": false, 12 "contentType": false,
17 "mimeType": "multipart/form-data", 13 "mimeType": "multipart/form-data",
......