[성현모] UniqueKeyApi Sokcet 완료

This commit is contained in:
SHM
2025-08-05 09:15:40 +09:00
parent afa4940880
commit ae4c771a48
11 changed files with 539 additions and 19 deletions

View File

@ -89,8 +89,8 @@ if (app.Environment.IsDevelopment())
app.UseSwaggerUI();
}
//TaskSocket taskSocket = new TaskSocket();
//taskSocket?.Run(socketPort);
TaskSocket taskSocket = new TaskSocket();
taskSocket?.Run(socketPort);
app.UseAuthentication();
app.UseHttpsRedirection();