implement getquotebyidasync

This commit is contained in:
StevanFreeborn
2022-06-23 16:43:17 -05:00
parent 911c199ba2
commit e459d20f54
6 changed files with 85 additions and 12 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace server.Controllers.v1
catch (Exception e)
{
Console.WriteLine(e);
return Problem(detail: "Failed to get season", statusCode: 500);
return Problem(detail: "Failed to get seasons", statusCode: 500);
}
}