Skip to content

Commit

Permalink
#7 요청서 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
seondal committed Dec 24, 2021
1 parent c72db98 commit 79b5071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions DalTube/DalTube/Login/UserSignService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ struct UserSignService {
"email" : email,
"password" : password
]

let dataRequest = AF.request(url, method: .post, parameters: body, encoding: JSONEncoding.default, headers: header)
}
}

0 comments on commit 79b5071

Please sign in to comment.