@app.route('/search/<movie_title>', methods=['GET']) def search_movie(movie_title): if movie_title in movies: return jsonify(movies[movie_title]) else: return jsonify({"message": "Movie not found"})
You are viewing Tyler Perry Entertainment. If you’d like to view the Tyler Perry Studios, click here.