Config for URLS

This commit is contained in:
2026-05-02 03:45:36 -04:00
parent d70df88eca
commit 98d0be017d
+1 -1
View File
@@ -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