Explorar el Código

mod:添加空格

weieryang %!s(int64=3) %!d(string=hace) años
padre
commit
664080a85a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 =>