From deba12b066143d6c7070e4ce2f067e4074dd34e2 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Thu, 9 Mar 2023 16:10:51 +0800 Subject: [PATCH] 1 --- BBWYB.Server.API/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BBWYB.Server.API/Program.cs b/BBWYB.Server.API/Program.cs index 0afe9ca..40a6a2f 100644 --- a/BBWYB.Server.API/Program.cs +++ b/BBWYB.Server.API/Program.cs @@ -1,5 +1,3 @@ -using BBWYB.Common.Http; -using BBWYB.Common.Log; using BBWYB.Server.Business; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens;