Skip to content

Commit

Permalink
Update MovieDb.cs
Browse files Browse the repository at this point in the history
Removed API key
  • Loading branch information
nikolavn authored Jun 21, 2016
1 parent cf51c0f commit 96cc79d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MovieDb
private static readonly string PeopleEndpoint = "3/search/person";
private static readonly string TVCreditsEndpointFormat = "3/person/{0}/tv_credits";
private static readonly string CreditDetailsEndpointFormat = "3/credit/{0}";
private const string ApiKey = "8e44e41d1573ab3d390b11fc6d35d95e";
private const string ApiKey = "xxxxxxxxxxxx";

public static void Main()
{
Expand Down

0 comments on commit 96cc79d

Please sign in to comment.