renamed function name, overlapping with other func
This commit is contained in:
parent
712094d03d
commit
49867cd86a
@ -1516,8 +1516,8 @@ def setTop20or10():
|
||||
|
||||
|
||||
|
||||
@app.route("/deletePortfolioSettings", methods=["POST"])
|
||||
def deletePortfolioSettings():
|
||||
@app.route("/deletePortfolioPosition", methods=["POST"])
|
||||
def deletePortfolioPosition():
|
||||
value = request.data.decode('utf-8')
|
||||
value2 = json.loads(value)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user