code format

This commit is contained in:
Paul Schneider 2018-12-31 10:51:57 +00:00
commit 403120c685

View file

@ -100,7 +100,6 @@ namespace Yavsc
app.UseWhen(context => context.Request.Path.StartsWithSegments("/api"), app.UseWhen(context => context.Request.Path.StartsWithSegments("/api"),
branch => branch =>
{ {
branch.UseJwtBearerAuthentication( branch.UseJwtBearerAuthentication(
options => options =>
{ {