We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bbefb commit 218db6cCopy full SHA for 218db6c
src/utils/fetchUtils.js
@@ -2,7 +2,7 @@ import fetch from 'isomorphic-fetch'
2
// sign up for a developer account at developer.marvel.com
3
// and export it from /src/utils/config.js
4
import { API_KEY } from './config'
5
-const BASE_URL = 'http://gateway.marvel.com/v1/public'
+const BASE_URL = 'https://gateway.marvel.com/v1/public'
6
const PUBLIC_KEY = API_KEY || '__MARVEL_API_PUBLIC_KEY__'
7
const authParams = `apikey=${PUBLIC_KEY}`
8
0 commit comments