UpdateCache usage update

This commit is contained in:
nugroho 2025-05-17 03:56:24 +07:00
parent 5218c7393c
commit 065086bfa2

View File

@ -26,7 +26,7 @@ try
}; };
CS = CSBuilder.ConnectionString; CS = CSBuilder.ConnectionString;
Console.WriteLine($"Done."); Console.WriteLine($"Done.");
_ = await UpdateCache(); await UpdateCache();
Console.Write($"Configuring Kestrel Backend... "); Console.Write($"Configuring Kestrel Backend... ");
IWebHost host = new WebHostBuilder() IWebHost host = new WebHostBuilder()
.UseKestrel(options => { .UseKestrel(options => {