mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-17 07:12:32 +00:00
Split project listen urls
This commit is contained in:
parent
4caef5fd63
commit
8cb9abfd3e
6 changed files with 25 additions and 6 deletions
|
@ -5,7 +5,7 @@ using Microsoft.OpenApi.Models;
|
|||
|
||||
namespace LBPUnion.ProjectLighthouse.API.Startup;
|
||||
|
||||
public class ApiStartup
|
||||
public sealed class ApiStartup
|
||||
{
|
||||
public ApiStartup(IConfiguration configuration)
|
||||
{
|
||||
|
@ -52,7 +52,7 @@ public class ApiStartup
|
|||
);
|
||||
}
|
||||
|
||||
public virtual void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
{
|
||||
#if DEBUG
|
||||
app.UseDeveloperExceptionPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue