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