This commit is contained in:
Trey t
2023-07-02 21:03:54 -05:00
parent 2344bcbd6a
commit 5c66ceff9f
6 changed files with 117 additions and 69 deletions

View File

@@ -62,7 +62,7 @@ class CompleteWorkoutFetchable: Postable {
var postableData: [String : Any]?
var successStatus = 201
typealias Response = CompletedWorkout
typealias Response = CompletedWorkoutPOSTReturn
var endPoint: String = "/workout/complete/"
init(postData: [String: Any]) {