slowly
This commit is contained in:
parent
6f668daad3
commit
988949a14d
3 changed files with 5 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ using Microsoft.Extensions.Logging;
|
|||
using Yavsc.Lib;
|
||||
using Yavsc.Services;
|
||||
|
||||
namespace Yavsc.test
|
||||
namespace test
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
|
@ -14,7 +14,7 @@ namespace Yavsc.test
|
|||
var hostengnine = host
|
||||
.UseEnvironment("Development")
|
||||
.UseServer("test")
|
||||
.UseStartup<Startup>()
|
||||
.UseStartup<test.Startup>()
|
||||
.Build();
|
||||
|
||||
var app = hostengnine.Start();
|
||||
|
|
@ -26,4 +26,4 @@ namespace Yavsc.test
|
|||
logger.LogInformation("Finished");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue