Skip to content

Commit

Permalink
fix CA error
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Jun 19, 2019
1 parent 1004a11 commit 14213b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ obj/
packages/
**.csproj.user
node_modules/
asrs.log.txt
asrs.log.txt
**/global.json
1 change: 0 additions & 1 deletion samples/Management/NegotiationServer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
app.UseHsts();
}

app.UseHttpsRedirection();
app.UseMvc();
}
}
Expand Down

0 comments on commit 14213b6

Please sign in to comment.