Skip to content

Commit d7c105c

Browse files
bug: fixing url in prod
1 parent 1efe333 commit d7c105c

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)