Skip to content

Commit 98f2811

Browse files
Merge pull request #92 from nullinside-development-group/feat/ws
bug: fixing url in prod
2 parents 1efe333 + d7c105c commit 98f2811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwitchStreamingTools/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static class Constants {
3131
/// <summary>
3232
/// The domain that the api service is hosted at.
3333
/// </summary>
34-
public const string API_SITE_DOMAIN = "https://{DOMAIN}";
34+
public const string API_SITE_DOMAIN = $"https://{DOMAIN}";
3535

3636
/// <summary>
3737
/// The domain that the api service is hosted at.

0 commit comments

Comments
 (0)