Enable credit/:id endpoint access

This commit is contained in:
Thomas Drevon
2017-01-20 13:40:26 +01:00
parent 9bb7ac7fad
commit 0442be86f3

View File

@@ -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" }
}