UpdateCache usage update
This commit is contained in:
parent
5218c7393c
commit
065086bfa2
@ -26,7 +26,7 @@ try
|
||||
};
|
||||
CS = CSBuilder.ConnectionString;
|
||||
Console.WriteLine($"Done.");
|
||||
_ = await UpdateCache();
|
||||
await UpdateCache();
|
||||
Console.Write($"Configuring Kestrel Backend... ");
|
||||
IWebHost host = new WebHostBuilder()
|
||||
.UseKestrel(options => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user