|
|
@ -56,7 +56,7 @@ namespace Wood.Admin.WebApi |
|
|
|
/// This method gets called by the runtime. Use this method to add services to the container.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="services"></param>
|
|
|
|
public async Task ConfigureServices(IServiceCollection services) |
|
|
|
public void ConfigureServices(IServiceCollection services) |
|
|
|
{ |
|
|
|
services.AddHttpContextAccessor(); |
|
|
|
|
|
|
|