Skip to content

Commit 4d4072f

Browse files
committed
[CHORE] api 주소 수정
1 parent 03e591a commit 4d4072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manito/Manito/Network/Service/APIEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import Foundation
99

1010
enum APIEnvironment {
11-
static let baseUrl: String = UrlLiteral.developmentUrl
11+
static let baseUrl: String = UrlLiteral.productionUrl
1212
static let boundary: String = "com.TeamFirefighter.Manito"
1313
}

0 commit comments

Comments
 (0)