Merge pull request #69 from thomax/master

Enable credit/:id endpoint access
This commit is contained in:
Dan Zajdband
2017-02-02 10:05:05 -03:00
committed by GitHub

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