qiuyao
2025-04-28 bb7f59a301a390e04443fa4745bd2afa1fa58e0f
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Program.cs
@@ -24,6 +24,7 @@
using WIDESEAWCS_Server.HostedService;
using WIDESEAWCS_Server.Filter;
using WIDESEAWCS_Tasks.OHT;
using Baidu.Aip.Face;
var builder = WebApplication.CreateBuilder(args);
@@ -115,7 +116,7 @@
app.UseApplicationSetup();//鍚姩閰嶇疆
app.UseAllServicesMiddle(builder.Services);
FaceAI.Face.Main();
app.UseSession();
//if (app.Environment.IsDevelopment())
{