mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-01 13:53:49 +02: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",
|
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")
|
version="v2")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user