mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 22:44:36 +01:00
JSON data table parsing stuff
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BLHX.Server.Sdk
|
||||
}
|
||||
|
||||
runTask = app.RunAsync();
|
||||
c.Log($"{nameof(SDKServer)} started in port {string.Join(", ", app.Urls.Select(x => x.Split(':').Last()))}!");
|
||||
c.Log($"{nameof(SDKServer)} started on port {string.Join(", ", app.Urls.Select(x => x.Split(':').Last()))}");
|
||||
}
|
||||
|
||||
private class RequestLoggingMiddleware(RequestDelegate next)
|
||||
|
||||
Reference in New Issue
Block a user