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

Commit

Permalink
API enabled again.
Browse files Browse the repository at this point in the history
  • Loading branch information
RequiDev committed Jan 6, 2022
1 parent f5204b4 commit 8a94df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReModCE/Components/AvatarFavoritesComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal class AvatarFavoritesComponent : ModComponent, IAvatarListOwner

private Button.ButtonClickedEvent _changeButtonEvent;

private const bool EnableApi = false;
private const bool EnableApi = true;
private const string ApiUrl = "https://requi.dev/remod";
private string _userAgent = "";
private HttpClient _httpClient;
Expand Down

0 comments on commit 8a94df9

Please sign in to comment.