forked from p15670423/monkey
Island: Add a note about removing blackbox endpoints
This commit is contained in:
parent
e9f2c9b411
commit
8845588ec9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue