This commit is contained in:
Trey t
2023-07-17 19:26:11 -05:00
parent 593cc496cd
commit af538362e8
23 changed files with 637 additions and 438 deletions

View File

@@ -32,7 +32,7 @@ class AllEquipmentFetchable: Fetchable {
}
class AllExerciseFetchable: Fetchable {
typealias Response = [ExerciseExercise]
typealias Response = [Exercise]
var endPoint: String = "/exercise/all/"
}