[frontend] Actually load FollowRequestControllerModel
This commit is contained in:
parent
635d9690af
commit
d36a9ec235
1 changed files with 11 additions and 10 deletions
|
@ -14,6 +14,7 @@ internal class ApiService(ApiClient client)
|
||||||
public readonly SettingsControllerModel Settings = new(client);
|
public readonly SettingsControllerModel Settings = new(client);
|
||||||
public readonly TimelineControllerModel Timelines = new(client);
|
public readonly TimelineControllerModel Timelines = new(client);
|
||||||
public readonly UserControllerModel Users = new(client);
|
public readonly UserControllerModel Users = new(client);
|
||||||
|
public readonly FollowRequestControllerModel FollowRequests = new(client);
|
||||||
|
|
||||||
public void SetBearerToken(string token) => client.SetToken(token);
|
public void SetBearerToken(string token) => client.SetToken(token);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue