1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 19:28:07 +00:00

Allow empty project directory

This commit is contained in:
Julien Duponchelle 2015-02-05 17:57:51 +01:00
parent 5a0c224292
commit ab122d969e

View File

@ -23,7 +23,7 @@ PROJECT_CREATE_SCHEMA = {
"properties": { "properties": {
"path": { "path": {
"description": "Project directory", "description": "Project directory",
"type": "string", "type": ["string", "null"],
"minLength": 1 "minLength": 1
}, },
"project_id": { "project_id": {