Skip to content

Commit

Permalink
fix #485: 이미지 URL 경로 변경
Browse files Browse the repository at this point in the history
public 키워드 제외
  • Loading branch information
0inn committed Dec 21, 2024
1 parent 7b05216 commit 2285c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/traveline/Sources/Core/Constant/Literal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum Literal {
Bundle.main.object(forInfoDictionaryKey: Literal.InfoPlistKey.prodURL) as? String ?? ""
#endif
}
static var imageBaseURL: String = URL.baseURL + "/public/"
static var imageBaseURL: String = URL.baseURL + "/"
}

enum InfoPlistKey {
Expand Down

0 comments on commit 2285c6b

Please sign in to comment.