Skip to content

Commit 996d2d7

Browse files
committed
Should be using https discovery url
1 parent 932f150 commit 996d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NutshellApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030

3131
class NutshellApi {
32-
const ENDPOINT_DISCOVER_URL = 'http://api.nutshell.com/v1/json';
32+
const ENDPOINT_DISCOVER_URL = 'https://api.nutshell.com/v1/json';
3333
protected $curl = NULL;
3434

3535
/**

0 commit comments

Comments
 (0)