From 7b6f2fedf1080c0ea96f4975f82700db3e12d783 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 14 Jan 2025 05:59:55 +0000 Subject: Add devcontainers --- RhSolutions.SkuParser.Api/Program.cs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'RhSolutions.SkuParser.Api/Program.cs') diff --git a/RhSolutions.SkuParser.Api/Program.cs b/RhSolutions.SkuParser.Api/Program.cs index 44c642a..e0acec8 100644 --- a/RhSolutions.SkuParser.Api/Program.cs +++ b/RhSolutions.SkuParser.Api/Program.cs @@ -1,12 +1,12 @@ -using RhSolutions.SkuParser.Services; - -var builder = WebApplication.CreateBuilder(args); -builder.Services - .AddKeyedScoped("text/csv") - .AddKeyedScoped("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") - .AddKeyedScoped("application/vnd.ms-excel.sheet.macroenabled.12"); -builder.Services.AddControllers(); - -var app = builder.Build(); -app.MapControllers(); +using RhSolutions.SkuParser.Services; + +var builder = WebApplication.CreateBuilder(args); +builder.Services + .AddKeyedScoped("text/csv") + .AddKeyedScoped("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") + .AddKeyedScoped("application/vnd.ms-excel.sheet.macroenabled.12"); +builder.Services.AddControllers(); + +var app = builder.Build(); +app.MapControllers(); app.Run(); \ No newline at end of file -- cgit v1.2.3