Split API into its own project

This commit is contained in:
jvyden 2022-05-14 16:46:28 -04:00
parent 2aa803f69f
commit 47271d1798
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
16 changed files with 336 additions and 162 deletions

View file

@ -15,7 +15,7 @@ public class LighthouseWebTest : IDisposable
public readonly string BaseAddress;
public readonly IWebDriver Driver;
public readonly IWebHost WebHost = new WebHostBuilder().UseKestrel().UseStartup<TestStartup>().UseWebRoot("StaticFiles").Build();
public readonly IWebHost WebHost = new WebHostBuilder().UseKestrel().UseStartup<TestGameApiStartup>().UseWebRoot("StaticFiles").Build();
public LighthouseWebTest()
{