Skip to content

Commit

Permalink
Added fix for formating issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kincade71 committed Nov 26, 2018
1 parent 2e1c9ff commit 6c7bb69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gathr-Photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

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

0 comments on commit 6c7bb69

Please sign in to comment.