1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix issue with VPCS create request.

This commit is contained in:
grossmj 2014-05-18 19:20:05 -06:00
parent 0af4ea81ff
commit 3b05d89837

View File

@ -27,7 +27,6 @@ VPCS_CREATE_SCHEMA = {
"minLength": 1,
},
},
"required": ["path"]
}
VPCS_DELETE_SCHEMA = {