Clarify why we use features.BILLING as the feature flag on the route

This commit is contained in:
Joseph Schorr 2015-06-16 17:43:02 -04:00
parent 6e0dc1df08
commit 7b94e37c95

View file

@ -229,7 +229,7 @@ def endtoend_health():
@web.route('/health/dbrevision', methods=['GET'])
@route_show_if(features.BILLING)
@route_show_if(features.BILLING) # Since this is only used in production.
@no_cache
def dbrevision_health():
# Find the revision from the database.