From 587daf6a0e9862f385c638464e08c454b7e3d701 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Wed, 3 Jul 2024 10:47:02 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20path=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.ts b/src/app.config.ts index f9ac13c9..fba62b74 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -43,7 +43,7 @@ export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL export const qualifyDisableExamPanel = import.meta.env.VITE_QUALIFY_DISABLE_EMAM_PANEL export const qualifyExamPanel = import.meta.env.VITE_QUALIFY_EXAM_PANEL -const path = "http://localhost:3008" +const path = "http://chamomind.ddns.net:20006" const generatePopupPath = (routeName: any) => { if (routeName.includes("viewLogs")) {