We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdf473 commit 6d99cceCopy full SHA for 6d99cce
CoCreate.config.js
@@ -10,7 +10,7 @@ module.exports = {
10
"name": "index.html",
11
"path": "/docs/api/index.html",
12
"src": "{{./docs/index.html}}",
13
- "hosts": [
+ "host": [
14
"*",
15
"general.cocreate.app"
16
],
src/server.js
@@ -64,7 +64,7 @@ var api = (() => {
64
collection: "organizations",
65
filter: {
66
query: [{
67
- name: 'hosts',
+ name: 'host',
68
operator: "$in",
69
value: [hostname]
70
}],
0 commit comments