code format

main
Paul Schneider 7 years ago
parent 705475e79d
commit a7bb7a6826
1 changed files with 0 additions and 1 deletions

@ -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 =>
{ {

Loading…