WIP
This commit is contained in:
@@ -32,7 +32,7 @@ class AllEquipmentFetchable: Fetchable {
|
||||
}
|
||||
|
||||
class AllExerciseFetchable: Fetchable {
|
||||
typealias Response = [ExerciseExercise]
|
||||
typealias Response = [Exercise]
|
||||
var endPoint: String = "/exercise/all/"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user