Forgot to append the tmdb endpoint to the baseurl in searchRequest

This commit is contained in:
2017-09-20 10:46:10 +02:00
parent acd0a1782d
commit 072f0cca93

View File

@@ -25,7 +25,7 @@ class SearchRequest extends React.Component {
'discover', 'popular', 'nowplaying', 'upcoming'
]
this.baseUrl = 'https://apollo.kevinmidboe.com/api/v1/';
this.baseUrl = 'https://apollo.kevinmidboe.com/api/v1/tmdb';
// this.baseUrl = 'http://localhost:31459/api/v1/tmdb/';
this.URLs = {