payments
This commit is contained in:
@@ -208,7 +208,7 @@ def product_urls(current_user):
|
||||
|
||||
@app.route("/panel/account/payments")
|
||||
@token_required
|
||||
def product_urls(current_user):
|
||||
def account_payments(current_user):
|
||||
payments = {
|
||||
"last_update": datetime.datetime.utcnow(),
|
||||
"url": [
|
||||
|
||||
Reference in New Issue
Block a user