ampcc / coding-challenge

Other
3 stars 2 forks source link

wrong fieldName in Response Message #201

Closed lorenzschreyer closed 1 year ago

lorenzschreyer commented 1 year ago

fieldname should match the field in database / serializer object


return Response(jsonMessages.errorJsonResponse("Challenge ID not found!"), status=status.HTTP_404_NOT_FOUND)
lorenzschreyer commented 1 year ago

unnecessary