0xmrwn / automated-news-breakdown

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
a year agoa year old
One-line docstring should fit on one line with quotes
18
19@app.route("/", methods=["GET"])
20def index():
21    """22    Test endpoint.
23    """
24    return make_response("", 200)