Config for URLS
This commit is contained in:
@@ -922,7 +922,7 @@ def refresh_payhx():
|
||||
|
||||
# Automatic Reporting
|
||||
@api.route("/auto/dailyReport", methods=["GET"])
|
||||
def refresh_payhx():
|
||||
def refresh_daily_report():
|
||||
data = {}
|
||||
# AutomationCalls.process_stripe_payment_refresh(data)
|
||||
return {"status": "ok"}, 200
|
||||
|
||||
Reference in New Issue
Block a user