* Renamed files

* Added SentToSl field
* Changed launchSettings.json
This commit is contained in:
2025-01-30 20:25:47 +01:00
parent b7f9ab54dc
commit 1512357460
8 changed files with 50 additions and 42 deletions

View File

@@ -29,6 +29,8 @@ builder.Services.AddOpenApiDocument(config =>
// Configure AutoMapper
builder.Services.AddAutoMapper(typeof(FaKrosnoMappingProfile), typeof(SytelineSaAppMappingProfile));
// Configure JWT Authentication
builder.Services.AddAuthentication(options =>
{
@@ -56,8 +58,6 @@ builder.Services.AddScoped<ICustomerOrderService, CustomerOrderService>();
var app = builder.Build();
app.Urls.Add("http://0.0.0.0:5555");
// Configure the HTTP request pipeline.
//if (app.Environment.IsDevelopment())
//{