Forgot to append the tmdb endpoint to the baseurl in searchRequest
This commit is contained in:
@@ -25,7 +25,7 @@ class SearchRequest extends React.Component {
|
|||||||
'discover', 'popular', 'nowplaying', 'upcoming'
|
'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.baseUrl = 'http://localhost:31459/api/v1/tmdb/';
|
||||||
|
|
||||||
this.URLs = {
|
this.URLs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user