Add drafts of controllers, repositories and model class
This commit is contained in:
12
Back/skydiveLogs-api.Data/Data/Gear.json
Normal file
12
Back/skydiveLogs-api.Data/Data/Gear.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Javelin",
|
||||
"manufacturer": "Sun Path",
|
||||
"minSize": 120,
|
||||
"maxSize": 135,
|
||||
"AAD": "Cypress 2",
|
||||
"mainCanopy": "Pilot 150",
|
||||
"reserveCanopy": "Techno 128"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user