2 Commits 7fde9d9325 ... 13256c25b2

Autore SHA1 Messaggio Data
  baowei 13256c25b2 Merge branch 'master' of http://www.likeplc.com:6001/baowei/Lot2Lot3 6 mesi fa
  baowei 0421bbfb73 Lot2Lot3 6 mesi fa
2 ha cambiato i file con 1 aggiunte e 12 eliminazioni
  1. 0 10
      EInk.Lot3/Program.cs
  2. 1 2
      EInk.Lot3/appsettings.json

+ 0 - 10
EInk.Lot3/Program.cs

@@ -33,19 +33,9 @@ builder.Services.AddSingleton<ISqlSugarClient>(s =>
 });
 
 var app = builder.Build();
-
-// Configure the HTTP request pipeline.
-//if (app.Environment.IsDevelopment())
-//{
-//    app.UseSwagger();
-//    app.UseSwaggerUI();
-//}
 app.UseSwagger();
 app.UseSwaggerUI();
 app.UseHttpsRedirection();
-
 app.UseAuthorization();
-
 app.MapControllers();
-
 app.Run();

+ 1 - 2
EInk.Lot3/appsettings.json

@@ -9,9 +9,8 @@
   "Kestrel": {
     "EndPoints": {
       "Http": {
-        "Url": "http://localhost:8081"
+        "Url": "http://localhost:8080"
       }
-
       //"Https": {
       //  "Url": "https://localhost:8082"
       //}