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