Island: Add a note about removing blackbox endpoints

This commit is contained in:
Mike Salvatore 2022-05-27 09:40:40 -04:00 committed by Shreya Malviya
parent e9f2c9b411
commit 8845588ec9
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ def init_api_resources(api: FlaskDIWrapper):
# Resources used by black box tests
# API Spec: Fix all the following endpoints, see comments in the resource classes
# Note: Preferably, the API will provide a rich feature set and allow access to all of the
# necessary data. This would make these endpoints obsolete.
api.add_resource(MonkeyBlackboxEndpoint)
api.add_resource(ClearCaches)
api.add_resource(LogBlackboxEndpoint)