UpdateCache usage update
This commit is contained in:
parent
5218c7393c
commit
065086bfa2
@ -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 => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user