[frontend] Add FilterControllerModel to ApiService
This commit is contained in:
parent
cfd53a373e
commit
0dd72a5c26
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ internal class ApiService(ApiClient client)
|
|||
public readonly FollowRequestControllerModel FollowRequests = new(client);
|
||||
public readonly MiscControllerModel Misc = new(client);
|
||||
public readonly ProfileControllerModel Profile = new(client);
|
||||
public readonly FilterControllerModel Filters = new(client);
|
||||
|
||||
public void SetBearerToken(string token) => client.SetToken(token);
|
||||
}
|
Loading…
Add table
Reference in a new issue