Migrate data and improve ui
This commit is contained in:
16
swagger/base.json
Normal file
16
swagger/base.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "WorkoutTracker API",
|
||||
"description": "API for tracking topsets of workouts",
|
||||
"contact": {
|
||||
"responsibleOrganization": "ME",
|
||||
"responsibleDeveloper": "Me",
|
||||
"email": "me@me.com",
|
||||
"url": "www.me.com"
|
||||
},
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"schemes": ["http", "https"],
|
||||
"operationId": "getmyData"
|
||||
}
|
||||
Reference in New Issue
Block a user