mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 16:41:04 +00:00
Typo
This commit is contained in:
parent
6644c640db
commit
72c6182062
@ -94,7 +94,7 @@ class VPCSHandler:
|
|||||||
@Route.delete(
|
@Route.delete(
|
||||||
r"/vpcs/{uuid}",
|
r"/vpcs/{uuid}",
|
||||||
status_codes={
|
status_codes={
|
||||||
204: "VPCS instance updated",
|
204: "VPCS instance deleted",
|
||||||
404: "VPCS instance doesn't exist"
|
404: "VPCS instance doesn't exist"
|
||||||
},
|
},
|
||||||
description="Delete a VPCS instance")
|
description="Delete a VPCS instance")
|
||||||
|
Loading…
Reference in New Issue
Block a user