mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-12-29 13:21:04 +00:00
require("moviedb").configure was not a valid end point
This commit is contained in:
@@ -6,7 +6,10 @@
|
|||||||
, "sessionId" : "authentication/session/new"
|
, "sessionId" : "authentication/session/new"
|
||||||
}
|
}
|
||||||
, "methods" : {
|
, "methods" : {
|
||||||
"search" : {
|
"configuration" : {
|
||||||
|
"": { "resource":"configuration", "method": "get" }
|
||||||
|
}
|
||||||
|
, "search" : {
|
||||||
"Movie" : { "resource": "search/movie", "method": "get" }
|
"Movie" : { "resource": "search/movie", "method": "get" }
|
||||||
, "Person" : { "resource": "search/person", "method": "get" }
|
, "Person" : { "resource": "search/person", "method": "get" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user