Clarify why we use features.BILLING as the feature flag on the route
This commit is contained in:
parent
6e0dc1df08
commit
7b94e37c95
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue