Resource files while waiting for back-end service

This commit is contained in:
P-A
2026-02-07 22:05:13 +01:00
parent e19fb86808
commit 1603f287f8
2 changed files with 26 additions and 0 deletions

19
resources/homework.json Normal file
View 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
View File

@@ -0,0 +1,7 @@
{
"_id": "28ccfc3e-2085-491f-b80a-ad4385d788bf",
"username": "racerpanton",
"first-name": "Anton",
"last-name": "Friedrichsen",
"result": 0
}