From 8e8303df43d2a5bc1bc6d921e02c69f1e872a7d7 Mon Sep 17 00:00:00 2001 From: Jarinya Date: Fri, 17 May 2024 17:56:50 +0700 Subject: [PATCH] update config --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 1cbe26b..7b781ca 100644 --- a/src/config.js +++ b/src/config.js @@ -1,4 +1,4 @@ export const CONFIG = { - api_url: "http://178.128.18.156:3000", - // api_url: process.env.VUE_APP_API_URL || "http://localhost:3000", + // api_url: "http://178.128.18.156:3000", + api_url: process.env.VUE_APP_API_URL || "http://localhost:3000", };