WIP
This commit is contained in:
36
Werkout_ios/JSON/AllWorkouts.json
Normal file
36
Werkout_ios/JSON/AllWorkouts.json
Normal file
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"id": 4,
|
||||
"created_at": "2023-06-12T02:11:42.917529Z",
|
||||
"updated_at": "2023-06-16T01:48:17.565038Z",
|
||||
"name": "Sample Workou 1",
|
||||
"description": "thot workout",
|
||||
"registered_user": {
|
||||
"id": 1,
|
||||
"created_at": "2023-06-11T22:09:52.419314Z",
|
||||
"updated_at": "2023-06-11T22:09:52.419342Z",
|
||||
"first_name": "test1_fist",
|
||||
"last_name": "test1_last",
|
||||
"image": "",
|
||||
"nick_name": null,
|
||||
"user": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"created_at": "2023-06-13T02:01:33.290254Z",
|
||||
"updated_at": "2023-06-16T01:48:08.680277Z",
|
||||
"name": "test",
|
||||
"description": "workout for upper body",
|
||||
"registered_user": {
|
||||
"id": 2,
|
||||
"created_at": "2023-06-13T02:00:52.161674Z",
|
||||
"updated_at": "2023-06-13T02:00:52.161733Z",
|
||||
"first_name": "test2_first",
|
||||
"last_name": "test2_last",
|
||||
"image": "",
|
||||
"nick_name": null,
|
||||
"user": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user