refactor(#262): changed api url to https (#61)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent f09755cb53
commit 7c2495daab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config/routes.tsx

@ -1,4 +1,4 @@
export const API_ROOT = 'http://api-staging.instat.tv'
export const API_ROOT = 'https://api-staging.instat.tv'
export const DATA_URL = `${API_ROOT}/data`
export const LOGOS_FALLBACKS = {

Loading…
Cancel
Save