Skip to content

Commit 2ba579d

Browse files
committed
chore: removed unused usings
1 parent dbfa4a2 commit 2ba579d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Intersect.Server/Web/Net7/ApiService.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,15 @@
2121
using Intersect.Server.Web.Swagger.Filters;
2222
using Microsoft.AspNetCore.Authentication.Cookies;
2323
using Microsoft.AspNetCore.Authentication.JwtBearer;
24-
using Microsoft.AspNetCore.Authorization;
25-
using Microsoft.AspNetCore.Builder;
2624
using Microsoft.AspNetCore.CookiePolicy;
2725
using Microsoft.AspNetCore.Cors.Infrastructure;
28-
using Microsoft.AspNetCore.Http;
2926
using Microsoft.AspNetCore.HttpOverrides;
3027
using Microsoft.AspNetCore.Identity;
3128
using Microsoft.AspNetCore.Mvc.Controllers;
3229
using Microsoft.AspNetCore.OData;
3330
using Microsoft.AspNetCore.ResponseCompression;
34-
using Microsoft.Extensions.Configuration;
35-
using Microsoft.Extensions.DependencyInjection;
3631
using Microsoft.Extensions.FileProviders;
3732
using Microsoft.Extensions.FileProviders.Physical;
38-
using Microsoft.Extensions.Hosting;
39-
using Microsoft.Extensions.Logging;
4033
using Microsoft.IdentityModel.Logging;
4134
using Microsoft.IdentityModel.Tokens;
4235
using Microsoft.OpenApi.Models;

0 commit comments

Comments
 (0)