1
0
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:
grossmj 2020-10-20 16:27:00 +10:30
parent f895b66fca
commit 36c8920cd1

View File

@ -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")