add more informative 404 errors

This commit is contained in:
RaidMax
2019-10-23 13:35:20 -05:00
parent f31ce6b001
commit cb9119ac58
5 changed files with 36 additions and 2 deletions

View File

@ -299,6 +299,11 @@ namespace SharedLibraryCore.Services
var client = await iqClient.FirstOrDefaultAsync();
if (client == null)
{
return null;
}
var foundClient = new
{
Client = client,