fix: update Korean trade site host (#1857)

This commit is contained in:
Inhwan Kim
2026-07-12 11:35:33 +03:00
committed by GitHub
parent 746c21cf01
commit fa31bfbbe9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 },
]
+1 -1
View File
@@ -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'
}
}