Skip to content

Commit

Permalink
feat: add data
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jan 25, 2023
1 parent cc7e5c9 commit 5217480
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified backend/.tmp/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/src/api/article/content-types/article/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"cover": {
"type": "string",
"required": true
"required": false
},
"summary": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-01-25T11:25:51.172Z"
"x-generation-date": "2023-01-25T14:22:32.872Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -101,7 +101,6 @@
"shared",
"commented",
"content",
"cover",
"summary"
],
"type": "object",
Expand Down

0 comments on commit 5217480

Please sign in to comment.