1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

add more informative 404 errors

This commit is contained in:
RaidMax
2019-10-23 13:35:20 -05:00
parent 3de7b23259
commit ba35177ded
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,