Move api controller endpoints to api project

This commit is contained in:
jvyden 2022-05-14 16:49:18 -04:00
parent 47271d1798
commit 4caef5fd63
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
5 changed files with 5 additions and 13 deletions

View file

@ -1,3 +1,4 @@
using LBPUnion.ProjectLighthouse.API.Startup;
using LBPUnion.ProjectLighthouse.Logging.Loggers.AspNet;
using LBPUnion.ProjectLighthouse.Types;
using LBPUnion.ProjectLighthouse.Types.Settings;