Skip to content

Commit 2044579

Browse files
committed
change base_uri to use https
1 parent e640075 commit 2044579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pipedrive/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Base < OpenStruct
1616

1717
include HTTParty
1818

19-
base_uri 'api.pipedrive.com/v1'
19+
base_uri 'https://api.pipedrive.com/v1'
2020
headers HEADERS
2121
format :json
2222

0 commit comments

Comments
 (0)