mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 23:59:48 +00:00
Improved HTTP client's set accessibility
This commit is contained in:
parent
592cec15a3
commit
8331e68faf
@ -9,7 +9,7 @@ namespace AIStudio.Pages;
|
||||
public partial class Home : ComponentBase
|
||||
{
|
||||
[Inject]
|
||||
private HttpClient HttpClient { get; set; } = null!;
|
||||
private HttpClient HttpClient { get; init; } = null!;
|
||||
|
||||
private string LastChangeContent { get; set; } = string.Empty;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user