Syntax err updated.
This commit is contained in:
parent
3c90301bbb
commit
913ac777fc
@ -243,9 +243,8 @@ public static class CustomExtensionMethods
|
|||||||
Url = new Uri("https://microsoft.com/license")
|
Url = new Uri("https://microsoft.com/license")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
return services;
|
return services;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IServiceCollection AddIntegrationServices(this IServiceCollection services, IConfiguration configuration)
|
public static IServiceCollection AddIntegrationServices(this IServiceCollection services, IConfiguration configuration)
|
||||||
|
@ -236,6 +236,7 @@ static class CustomExtensionsMethods
|
|||||||
Url = new Uri("https://microsoft.com/")
|
Url = new Uri("https://microsoft.com/")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
|
options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
|
||||||
{
|
{
|
||||||
Type = SecuritySchemeType.OAuth2,
|
Type = SecuritySchemeType.OAuth2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user