Move API-specific responses to API project

This commit is contained in:
jvyden 2022-05-14 23:42:30 -04:00
parent b2ec7eae57
commit b48f3df4e2
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
using LBPUnion.ProjectLighthouse.Helpers;
using LBPUnion.ProjectLighthouse.Servers.API.Responses;
using LBPUnion.ProjectLighthouse.Types;
using LBPUnion.ProjectLighthouse.Types.Api;
using Microsoft.AspNetCore.Mvc;
namespace LBPUnion.ProjectLighthouse.Servers.API.Controllers;