mirror of
				https://github.com/KevinMidboe/moviedb.git
				synced 2025-10-29 17:50:25 +00:00 
			
		
		
		
	Enable credit/:id endpoint access
This commit is contained in:
		@@ -77,6 +77,9 @@
 | 
				
			|||||||
          , "Latest" : { "resource": "person/latest", "method": "get" }
 | 
					          , "Latest" : { "resource": "person/latest", "method": "get" }
 | 
				
			||||||
          , "Popular" : { "resource": "person/popular", "method": "get" }
 | 
					          , "Popular" : { "resource": "person/popular", "method": "get" }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					      , "credit" : {
 | 
				
			||||||
 | 
					            "Info" : { "resource": "credit/:id", "method": "get" }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
      , "list" : {
 | 
					      , "list" : {
 | 
				
			||||||
            "Info" : { "resource": "list/:id", "method": "get" }
 | 
					            "Info" : { "resource": "list/:id", "method": "get" }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user