mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-12-29 21:31:04 +00:00
added ssl support
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"base_url": "http://api.themoviedb.org/3/"
|
"base_url": "https://api.themoviedb.org/3/"
|
||||||
, "authentication" : {
|
, "authentication" : {
|
||||||
"requestToken" : "authentication/token/new"
|
"requestToken" : "authentication/token/new"
|
||||||
, "sessionId" : "authentication/session/new"
|
, "sessionId" : "authentication/session/new"
|
||||||
|
|||||||
Reference in New Issue
Block a user