mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Allow empty project directory
This commit is contained in:
parent
5a0c224292
commit
ab122d969e
@ -23,7 +23,7 @@ PROJECT_CREATE_SCHEMA = {
|
||||
"properties": {
|
||||
"path": {
|
||||
"description": "Project directory",
|
||||
"type": "string",
|
||||
"type": ["string", "null"],
|
||||
"minLength": 1
|
||||
},
|
||||
"project_id": {
|
||||
|
Loading…
Reference in New Issue
Block a user