Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Update API Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnymc2001 committed Feb 3, 2022
1 parent 13dfa45 commit d4ad988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainProgram/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private async void generateFriendCode(string id)
try
{
btnRefreshFriendCode.Enabled = false;
string url = $"{apiEndpoint}/csgo/id-to-friendcode/{id}";
string url = $"{apiEndpoint}/steam/id-to-friendcode/{id}";
userId = id;
UserInfoDTO fc = await url.GetJsonAsync<UserInfoDTO>();
friendCode = fc.friendcode;
Expand Down

0 comments on commit d4ad988

Please sign in to comment.