Skip to content

Commit

Permalink
Replacing the TMDB url to the proper one
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Nov 2, 2013
1 parent e249d56 commit 74aa949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tmdb/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package Tmdb
*/
class Client {
const TMDB_URI = 'http://private-a868-themoviedb.apiary.io/3/';
const TMDB_URI = 'http://api.themoviedb.org/3/';

/**
* @var Token
Expand Down

0 comments on commit 74aa949

Please sign in to comment.