From 0a3bb766d339d699cc337ef5298a472e6f983613 Mon Sep 17 00:00:00 2001 From: hazar demircan Date: Tue, 21 Jun 2022 22:19:11 +0300 Subject: [PATCH 1/2] Added swagger to prod env --- Wall.API/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); From 2cf447eb43fa2ec69540a71596be8ccac0dc5bb4 Mon Sep 17 00:00:00 2001 From: hazardemircan <33188168+hazardemircan@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:56:42 +0300 Subject: [PATCH 2/2] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml 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