Syntax err updated.

This commit is contained in:
Onurkan Bakırcı 2022-03-21 18:02:47 +03:00 committed by GitHub
parent 3c90301bbb
commit 913ac777fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View File

@ -243,9 +243,8 @@ public static class CustomExtensionMethods
Url = new Uri("https://microsoft.com/license")
}
});
});
return services;
}
public static IServiceCollection AddIntegrationServices(this IServiceCollection services, IConfiguration configuration)

View File

@ -236,6 +236,7 @@ static class CustomExtensionsMethods
Url = new Uri("https://microsoft.com/")
}
});
options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
{
Type = SecuritySchemeType.OAuth2,