Move startup & middleware classes into their own namespaces

This commit is contained in:
jvyden 2022-01-20 21:04:50 -05:00
parent 49c22b4fab
commit c5cc8a8782
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
6 changed files with 15 additions and 13 deletions

View file

@ -1,6 +1,6 @@
using System;
using System.Linq;
using LBPUnion.ProjectLighthouse;
using LBPUnion.ProjectLighthouse.Startup;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Server.Features;
using OpenQA.Selenium;