Ejemplo n.º 1
0
def index():
    return render_template('index.html', articles=ophan.getTop20ArticlesThroughContentAPI())
Ejemplo n.º 2
0
def sandbox():
    return jsonify({"data:": ophan.getTop20ArticlesThroughContentAPI()})
Ejemplo n.º 3
0
def sandbox():
    return jsonify({'data:':ophan.getTop20ArticlesThroughContentAPI()})
Ejemplo n.º 4
0
def index():
    return render_template("index.html", articles=ophan.getTop20ArticlesThroughContentAPI())