http://localhost:5000/multiplicators/1/hello/3
@app.route('/multiplicators/<names>/<tiker>/<country>', methods = ['GET'])
def get_multiplicator(names, tiker, country):
return jsonify(names, tiker, country)
#return jsonify(parse_multiplicators(tiker,country,names))
[
"1",
"hello",
"3"
]