Skip to content

Commit

Permalink
use https for giphy api
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisaoieong committed Feb 13, 2016
1 parent 852ece4 commit 2579b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/randomGif/randomGifTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import _ from 'lodash';
import {newGif} from './randomGifActions';

export const fetchRandomGif = (topic) => {
return request.get('http://api.giphy.com/v1/gifs/random')
return request.get('https://api.giphy.com/v1/gifs/random')
.query({
api_key: 'dc6zaTOxFJmzC',
tag: topic,
Expand Down

0 comments on commit 2579b92

Please sign in to comment.