We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1cb8e + f4d9759 commit 32b013eCopy full SHA for 32b013e
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ added:
4
+ - Re-enabled automated analytics logging of calculate endpoint
policyengine_household_api/api.py
@@ -76,6 +76,7 @@ class Base(DeclarativeBase):
76
77
@app.route("/<country_id>/calculate", methods=["POST"])
78
@require_auth(None)
79
+@log_analytics
80
def calculate(country_id):
81
return get_calculate(country_id)
82
0 commit comments