Skip to content

Commit

Permalink
Api call changed to https
Browse files Browse the repository at this point in the history
  • Loading branch information
kincade71 committed Nov 26, 2018
1 parent 8676782 commit 0686394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gathr-Photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<iron-ajax
id="requestPhotos"
url="http://api.gathr.me/v4/photo/photos/token/{{pm}}"
url="https://api.gathr.me/v4/photo/photos/token/{{pm}}"
params='{"X-API-KEY":{{gt}}}'
handle-as="json"
on-response="handleResponse">
Expand Down

0 comments on commit 0686394

Please sign in to comment.