()
| 22034 | |
| 22035 | @app.route('/api/crypto_graph', methods=['POST']) |
| 22036 | def crypto_graph(): return jsonify(core.get_crypto_graph(request.json.get('address'))) |
| 22037 | |
| 22038 | @app.route('/api/ip_graph', methods=['POST']) |
| 22039 | def ip_graph(): |
nothing calls this directly
no test coverage detected