mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-24 06:26:33 +00:00
fix: update Korean trade site host (#1857)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const PROXY_HOSTS = [
|
||||
{ host: 'www.pathofexile.com', official: true },
|
||||
{ host: 'ru.pathofexile.com', official: true },
|
||||
{ host: 'pathofexile.tw', official: true },
|
||||
{ host: 'poe.game.daum.net', official: true },
|
||||
{ host: 'poe.kakaogames.com', official: true },
|
||||
{ host: 'poe.ninja', official: false },
|
||||
{ host: 'www.poeprices.info', official: false },
|
||||
]
|
||||
|
||||
@@ -92,7 +92,7 @@ export function poeWebApi () {
|
||||
case 'en': return 'www.pathofexile.com'
|
||||
case 'ru': return 'ru.pathofexile.com'
|
||||
case 'cmn-Hant': return 'pathofexile.tw'
|
||||
case 'ko': return 'poe.game.daum.net'
|
||||
case 'ko': return 'poe.kakaogames.com'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user