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