mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
fix memory crashing
This commit is contained in:
@@ -4,6 +4,7 @@ namespace yaflay.ru
|
||||
public class Startup
|
||||
{
|
||||
private readonly IConfiguration configuration;
|
||||
public static HttpClient client = new HttpClient();
|
||||
public Startup()
|
||||
{
|
||||
configuration = new ConfigurationBuilder()
|
||||
|
||||
Reference in New Issue
Block a user