Skip to content

Commit c783f86

Browse files
committed
added mockend json
1 parent 887dcd1 commit c783f86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.mockend.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Todo": {
3+
"id": "int",
4+
"title": "string",
5+
"description": "string",
6+
"completed": "boolean",
7+
"createdAt": "date"
8+
}
9+
}

0 commit comments

Comments
 (0)