Skip to content

Commit a84f01b

Browse files
author
Eero Otsus
committed
API proxy is no longer needed
1 parent b902bd9 commit a84f01b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/apiUrl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
qs = require('qs'),
66
protocol = 'https',
77
host = process.env.PIPEDRIVE_API_HOST || 'api.pipedrive.com',
8-
proxyHost = process.env.PIPEDRIVE_API_HOST || 'api-proxy.pipedrive.com',
98
version = process.env.PIPEDRIVE_API_VERSION || 'v1',
109
baseUri = protocol + '://' + host + '/' + version;
1110

0 commit comments

Comments
 (0)