Ejemplo n.º 1
0
def getAllEmployees():
    # Retrieve all the Employees from the Database
    return jsonify({"employees": Employee.getAllEmployees(mysql)})