Skip to content

Commit

Permalink
🔧 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Jan 22, 2024
1 parent bc6a9e0 commit eaf99c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ struct DefaultLoginEndPointFactory: LoginEndPointFactory {
}

func makeTokenRefreshEndPoint(with refreshToken: String) -> EndPoint<Response<LoginDTO>> {
// var bodyParameters = [String: String]()
// bodyParameters.updateValue(refreshToken, forKey: "refreshToken")
return EndPoint(
path: "/oauth/refresh-token",
method: .POST,
Expand Down

0 comments on commit eaf99c5

Please sign in to comment.