Skip to content

Commit

Permalink
fix: crud attributes renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 3, 2023
1 parent 3c7213f commit e7d79e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
"host": "",
"sources": [
{
"collection": "files",
"document": {
"array": "files",
"object": {
"_id": "6204253880b409001727b741",
"name": "index.html",
"path": "/docs/node-autoscaler/index.html",
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>

<body>
<div collection="" document_id="" name="" id="cocreate-node-autoscaler">
<div array="" object="" name="" id="cocreate-node-autoscaler">
<div
class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
<div class="display:flex align-items:center">
Expand Down Expand Up @@ -155,8 +155,8 @@ <h4>
<textarea
type="code"
lang="html"
collection="demos"
document_id=""
array="demos"
object=""
name="demo"
save="false"
id="demo"
Expand Down

0 comments on commit e7d79e0

Please sign in to comment.