mirror of https://gitee.com/bigwinds/arangodb
Allow controller-free apps.
This commit is contained in:
parent
2c75c36414
commit
9857fa571e
|
@ -121,7 +121,7 @@ function checkManifest (filename, mf) {
|
|||
"assets": [ false, "object" ],
|
||||
"author": [ false, "string" ],
|
||||
"contributors": [ false, "array" ],
|
||||
"controllers": [ true, "object" ],
|
||||
"controllers": [ false, "object" ],
|
||||
"defaultDocument": [ false, "string" ],
|
||||
"description": [ true, "string" ],
|
||||
"engines": [ false, "object" ],
|
||||
|
|
Loading…
Reference in New Issue