mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Fix website tests failing
This commit is contained in:
parent
b48f3df4e2
commit
3e031a342f
5 changed files with 36 additions and 6 deletions
|
@ -4,7 +4,7 @@ using Microsoft.AspNetCore.HttpOverrides;
|
|||
|
||||
namespace LBPUnion.ProjectLighthouse.Servers.Website.Startup;
|
||||
|
||||
public sealed class WebsiteStartup
|
||||
public class WebsiteStartup
|
||||
{
|
||||
public WebsiteStartup(IConfiguration configuration)
|
||||
{
|
||||
|
@ -41,7 +41,7 @@ public sealed class WebsiteStartup
|
|||
}
|
||||
|
||||
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
public virtual void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
{
|
||||
#if DEBUG
|
||||
app.UseDeveloperExceptionPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue