2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-07-03 23:53:12 +00:00
This commit is contained in:
2025-06-30 17:14:34 +03:00
parent a720b11959
commit acfb6af27a

View File

@ -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");