weieryang лет назад: 3
Родитель
Сommit
664080a85a
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      Startup.cs

+ 5 - 0
Startup.cs

@@ -26,6 +26,11 @@ namespace ddAlter
26 26
         // This method gets called by the runtime. Use this method to add services to the container.
27 27
         public void ConfigureServices(IServiceCollection services)
28 28
         {
29
+			
30
+			
31
+			
32
+			
33
+			
29 34
             //×¢²áÊý¾Ý¿âµÄ·þÎñ
30 35
             string connectionString = Configuration.GetConnectionString("xyContext");
31 36
             services.AddHttpClient("client_dd", config =>