Fix lints.

This commit is contained in:
xuef
2023-11-25 09:08:55 +00:00
parent 67ad82ba08
commit 52f3c23351
+1 -2
View File
@@ -1,6 +1,5 @@
using System.Reflection;
using Aiursoft.Scanner;
using Aiursoft.WebTools;
using Aiursoft.WebTools.Models;
namespace Aiursoft.ChessServer;
@@ -9,7 +8,7 @@ public class Program
{
public static async Task Main(string[] args)
{
var app = Aiursoft.WebTools.Extends.App<Startup>(args);
var app = WebTools.Extends.App<Startup>(args);
await app.RunAsync();
}
}