route('/json') def json(): return jsonify(hello='world') app.url_map.add(Rule('/custom-endpoint/', ...
確定! 回上一頁