Skip to content

Commit

Permalink
API address changed
Browse files Browse the repository at this point in the history
  • Loading branch information
reuke committed Aug 11, 2018
1 parent 76cc404 commit 1f62e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Client/FaceAppClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ namespace FaceApp.Client
{
public static class FaceAppClient
{
private static RestClient client = new RestClient("http://dev.faceapp.io/api/v2.7/photos") { UserAgent = "FaceApp/1.0.229 (Linux; Android 4.4)" };
private static RestClient client = new RestClient("http://node-03.faceapp.io/api/v2.7/photos")
{ UserAgent = "FaceApp/2.0.957 (Linux; Android 4.4)" };

private static string ClientID = FaceAppClientService.RandomString(8);

Expand Down

0 comments on commit 1f62e1a

Please sign in to comment.