DI
This commit is contained in:
parent
b111ce2c2c
commit
7e3cd2142a
@ -1,3 +1,4 @@
|
||||
using BitSearch.API.Services;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.HttpsPolicy;
|
||||
@ -28,6 +29,7 @@ namespace BitSearch.API
|
||||
{
|
||||
|
||||
services.AddControllers();
|
||||
services.AddScoped<IAnaliseService, RealAnalise>();
|
||||
services.AddSwaggerGen(c =>
|
||||
{
|
||||
c.SwaggerDoc("v1", new OpenApiInfo { Title = "BitSearch.API", Version = "v1" });
|
||||
|
Loading…
Reference in New Issue
Block a user