Resource files while waiting for back-end service
This commit is contained in:
19
resources/homework.json
Normal file
19
resources/homework.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"_id": "16f5fb3c-2398-4bc4-b37f-fda644de47a3",
|
||||
"user": "28ccfc3e-2085-491f-b80a-ad4385d788bf",
|
||||
"name": "Kap. ett",
|
||||
"type": "english-vocabulary",
|
||||
"items": [
|
||||
{
|
||||
"row": 1,
|
||||
"source": "Hej",
|
||||
"target": "Hello"
|
||||
},
|
||||
{
|
||||
"row": 2,
|
||||
"source": "Översättning",
|
||||
"target": "Translation"
|
||||
}
|
||||
],
|
||||
"result": 0
|
||||
}
|
||||
7
resources/users.json
Normal file
7
resources/users.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"_id": "28ccfc3e-2085-491f-b80a-ad4385d788bf",
|
||||
"username": "racerpanton",
|
||||
"first-name": "Anton",
|
||||
"last-name": "Friedrichsen",
|
||||
"result": 0
|
||||
}
|
||||
Reference in New Issue
Block a user