Skip to content

Commit

Permalink
Merge pull request frankvHoof93#6 from isaackogan/patch-1
Browse files Browse the repository at this point in the history
Update Constants.cs
  • Loading branch information
frankvHoof93 authored Apr 16, 2023
2 parents 158470c + 2fc1cc5 commit a1a692b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TikTokLiveSharp/Client/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class Constants
/// <summary>
/// Signing API by Isaac Kogan
/// </summary>
public const string TIKTOK_SIGN_API = "https://tiktok.isaackogan.com/webcast/sign_url";
public const string TIKTOK_SIGN_API = "https://tiktok.eulerstream.com/webcast/sign_url";

/// <summary>
/// Default TimeOut for Connections
Expand Down Expand Up @@ -103,4 +103,4 @@ public static class Constants
{ "Accept-Encoding", "gzip, deflate" }
};
}
}
}

0 comments on commit a1a692b

Please sign in to comment.