mongo_async_crud
mongo_async_crud copied to clipboard
Http status code 204 not returning message.
In the controllers, res.status(204).json({ 'message': 'No employees found.' }), the client doesn't receive the JSON object containing the message because the 204 code by default doesn't return any content.