Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Type And Talk Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
weespin committed Jul 9, 2024
1 parent 9613558 commit e58a526
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 134 deletions.
2 changes: 1 addition & 1 deletion AcapellaDownloader/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AcapellaDownloader/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace AcapellaDownloader
public static class Utils
{
private const string _NonceEndpoint = "https://acapelavoices.acapela-group.com/index/getnonce/";
private const string _SynthesizerEndpoint = "https://www.acapela-group.com:8443/Services/Synthesizer";
private const string _SynthesizerEndpoint = "https://h-ir-ssd-1.acapela-group.com/Services/Synthesizer";
private static string _CachedNonce = "";
private static string _CachedEmail = "";
private static string _CachedUserAgent = "";
Expand Down
Loading

0 comments on commit e58a526

Please sign in to comment.