mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 09:40:24 +00:00
Merge pull request #69 from thomax/master
Enable credit/:id endpoint access
This commit is contained in:
@@ -77,6 +77,9 @@
|
||||
, "Latest" : { "resource": "person/latest", "method": "get" }
|
||||
, "Popular" : { "resource": "person/popular", "method": "get" }
|
||||
}
|
||||
, "credit" : {
|
||||
"Info" : { "resource": "credit/:id", "method": "get" }
|
||||
}
|
||||
, "list" : {
|
||||
"Info" : { "resource": "list/:id", "method": "get" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user