mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Warn not to use the private compute API. Fixes #1593.
This commit is contained in:
parent
f895b66fca
commit
36c8920cd1
@ -50,7 +50,7 @@ from . import vpcs_nodes
|
||||
|
||||
|
||||
compute_api = FastAPI(title="GNS3 compute API",
|
||||
description="This page describes the private compute API for GNS3",
|
||||
description="This page describes the private compute API for GNS3. PLEASE DO NOT USE DIRECTLY!",
|
||||
version="v2")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user