Skip to content

Commit 2fb9b58

Browse files
authored
Fixed protocol
1 parent d8e6233 commit 2fb9b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Instagram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Instagram extends EndPoint implements EndPointInterface
1010
'instagram.com/p/*',
1111
'www.instagram.com/p/*',
1212
];
13-
protected static $endPoint = 'http://api.instagram.com/oembed';
13+
protected static $endPoint = 'https://api.instagram.com/oembed';
1414

1515
/**
1616
* {@inheritdoc}

0 commit comments

Comments
 (0)