From acfb6af27a287b7eed5979d6bc74883c63a0d23b Mon Sep 17 00:00:00 2001 From: ahmed Date: Mon, 30 Jun 2025 17:14:34 +0300 Subject: [PATCH] AspNet --- Esiur.ASPNet/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Esiur.ASPNet/Program.cs b/Esiur.ASPNet/Program.cs index afd627f..23de2b4 100644 --- a/Esiur.ASPNet/Program.cs +++ b/Esiur.ASPNet/Program.cs @@ -40,10 +40,10 @@ var builder = WebApplication.CreateBuilder(args); // Add services to the container. -builder.Services.AddControllers(); +//builder.Services.AddControllers(); // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle -builder.Services.AddEndpointsApiExplorer(); -builder.Services.AddSwaggerGen(); +//builder.Services.AddEndpointsApiExplorer(); +//builder.Services.AddSwaggerGen(); builder.WebHost.UseUrls("http://localhost:8080");