We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588d463 commit d770d4eCopy full SHA for d770d4e
FindDict/FindDict/Network/APIEssentials/APIConstants.swift
@@ -9,6 +9,6 @@ import Alamofire
9
10
struct APIConstants {
11
// MARK: Base URL
12
- static let baseURL_temp = "http://43.201.84.183:8000" // CI/CD 미적용
13
- static let baseURL = "http://3.38.149.136:8000" // CI/CD 적용
+ static let baseURL = "http://43.201.84.183:8000" // CI/CD 미적용
+// static let baseURL = "http://3.38.149.136:8000" // CI/CD 적용
14
}
0 commit comments