mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-01 19:01:33 +00:00
Move startup & middleware classes into their own namespaces
This commit is contained in:
parent
49c22b4fab
commit
c5cc8a8782
6 changed files with 15 additions and 13 deletions
|
@ -6,6 +6,7 @@ using System.Threading.Tasks;
|
|||
using System.Xml.Serialization;
|
||||
using LBPUnion.ProjectLighthouse.Helpers;
|
||||
using LBPUnion.ProjectLighthouse.Serialization;
|
||||
using LBPUnion.ProjectLighthouse.Startup;
|
||||
using LBPUnion.ProjectLighthouse.Types;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.TestHost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue