def liste_cuisine(cuisine_type):
    da.connexion()
    data = da.liste_cuisine(cuisine_type)

    return jsonify(data), 200