Skip to content

Commit 1f7de9f

Browse files
committed
docs: CoCreate-hosting package to publish docs
1 parent 2625614 commit 1f7de9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
"document_id": "601f02625803e43d00589077",
1313
"key": "src",
1414
"data":{
15-
"name": "Api Doc",
15+
"name": "api Doc",
1616
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
1717
"path": "/docs/api"
1818
}

src/server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ var api = ( ()=> {
7272
operator: "$in",
7373
value: [hostname]
7474
}],
75-
orders: [],
76-
startIndex: 0,
77-
search: { type: 'or', value: []}
75+
// orders: [],
76+
// startIndex: 0,
77+
// search: { type: 'or', value: []}
7878
},
7979
event: eventGetOrg,
8080
is_collection: false,

0 commit comments

Comments
 (0)