stock.exdev.co.kr로 접속 url 변경
This commit is contained in:
@@ -24,8 +24,8 @@ object ApiPrefs {
|
||||
if (!b.endsWith("/api")) b = "$b/api"
|
||||
return "$b/"
|
||||
}
|
||||
val front = p.getString(KEY_FRONTEND, "https://exdev.co.kr/mobile/chart")
|
||||
?: "https://exdev.co.kr/mobile/chart"
|
||||
val front = p.getString(KEY_FRONTEND, "https://stock.exdev.co.kr/mobile/chart")
|
||||
?: "https://stock.exdev.co.kr/mobile/chart"
|
||||
val uri = Uri.parse(front)
|
||||
val scheme = uri.scheme ?: "https"
|
||||
val host = uri.host ?: "exdev.co.kr"
|
||||
|
||||
Reference in New Issue
Block a user