mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 18:25:06 +00:00
Remove blocked rotten tomatoes api key
This commit is contained in:
parent
31c9843895
commit
73bbef6ac4
@ -32,7 +32,7 @@ var MovieScreen = require('./MovieScreen');
|
|||||||
var fetch = require('fetch');
|
var fetch = require('fetch');
|
||||||
|
|
||||||
var API_URL = 'http://api.rottentomatoes.com/api/public/v1.0/';
|
var API_URL = 'http://api.rottentomatoes.com/api/public/v1.0/';
|
||||||
var API_KEYS = ['7waqfqbprs7pajbz28mqf6vz', 'y4vwv8m33hed9ety83jmv52f'];
|
var API_KEYS = [/* '7waqfqbprs7pajbz28mqf6vz' - Limit Exceeded,*/ 'y4vwv8m33hed9ety83jmv52f'];
|
||||||
|
|
||||||
// Results should be cached keyed by the query
|
// Results should be cached keyed by the query
|
||||||
// with values of null meaning "being fetched"
|
// with values of null meaning "being fetched"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user