diff --git a/Wall.API/Program.cs b/Wall.API/Program.cs index d153675..9d6fb23 100644 --- a/Wall.API/Program.cs +++ b/Wall.API/Program.cs @@ -20,11 +20,11 @@ var app = builder.Build(); // Configure the HTTP request pipeline. -if (app.Environment.IsDevelopment()) -{ +//if (app.Environment.IsDevelopment()) +//{ app.UseSwagger(); app.UseSwaggerUI(); -} +//} app.UseHttpsRedirection(); diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file