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