Fix session url

This commit is contained in:
Dan Zajdband
2017-08-25 08:42:21 -03:00
parent 84c2729e6f
commit c63ca79136
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"base_url": "https://api.themoviedb.org/3/"
, "authentication" : {
"requestToken" : "authentication/token/new"
, "sessionId" : "authentication/session/new"
, "session" : "authentication/session/new"
}
, "methods" : {
"configuration" : {