示例#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())