qt3 -> qt2 env change

This commit is contained in:
hyunwoo93.cha
2024-08-22 16:39:16 +09:00
parent d8549d5ca1
commit 948d822244
3 changed files with 5 additions and 5 deletions

View File

@@ -367,7 +367,7 @@ export const getQRCodeUrl = ({
let baseUrl = "";
if (sdpURL.indexOf("qt2") >= 0) {
baseUrl = "https://qt3-m.shoptime.lgappstv.com/";
baseUrl = "https://qt2-m.shoptime.lgappstv.com/";
} else if (sdpURL.indexOf("qt") >= 0) {
baseUrl = "https://qt-m.shoptime.lgappstv.com/";
} else {