fix: ApiClient 의존성 주입 등록 및 using 추가
Program.cs: - using QuantEngine.Web.Services 추가 - builder.Services.AddHttpClient<ApiClient>(); - builder.Services.AddScoped<ApiClient>(); Collection.razor에서 ApiClient 주입 가능하도록 함
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Tools")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e7e7d1470d5dc4a958da105e9b89e4d291e0e404")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d083eb7bf9b7e96f19b3ac73f4d514e69e495e47")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Tools")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Tools")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
9042b570a3313e83306d0d63853d7f31a6bd1f2b84b897684fe4ea0fe92273bb
|
||||
9aa2728d652ca380b2d0dcd31323e64d07ee4fcf0b6cde7b66f7d1c153433cf8
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user