def getAll(): #print("in getall") results = bookDAO.getAll() return jsonify(results)
def getAll(): results = bookDAO.getAll() return jsonify(results)