Skip to content

Commit d34f021

Browse files
Update Constants.cs
1 parent 405778c commit d34f021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/Sample/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Sample
99
{
1010
public static class Constants
1111
{
12-
public const string ApiUrl = "https://notifo.easierlife.com";
13-
public const string UserApiKey = "7hht0pqtsqyvkeco9h7434wrnbrpld6s1hmdu08e0tkx";
12+
public const string ApiUrl = {API_URL};
13+
public const string UserApiKey = {USER_API_KEY};
1414
}
1515
}

0 commit comments

Comments
 (0)