Skip to content

Commit

Permalink
etc: 서버 주소 및 deviceId 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Oct 3, 2024
1 parent bf8a2d0 commit 8414c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum MemeEditEndPoint: MultipartRequestable {
var path: String? {
switch self {
case .registerMeme:
return "meme"
return "/meme"
}
}

Expand Down

0 comments on commit 8414c37

Please sign in to comment.