diff --git a/backend/WorkClub.Api/Program.cs b/backend/WorkClub.Api/Program.cs index 748491a..4a2e1ce 100644 --- a/backend/WorkClub.Api/Program.cs +++ b/backend/WorkClub.Api/Program.cs @@ -1,4 +1,6 @@ -using Finbuckle.MultiTenant; +using Finbuckle.MultiTenant.Abstractions; +using Finbuckle.MultiTenant.Extensions; +using Finbuckle.MultiTenant.AspNetCore.Extensions; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.EntityFrameworkCore;