From c9f20ed9fec0c77c51c89eaf4e7ada681961e60e Mon Sep 17 00:00:00 2001 From: anhduy-tech Date: Fri, 20 Mar 2026 09:04:33 +0700 Subject: [PATCH] changes --- plugins/connection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/connection.js b/plugins/connection.js index 803f042..c55e445 100644 --- a/plugins/connection.js +++ b/plugins/connection.js @@ -2,8 +2,8 @@ import Vue from 'vue' const mode = 'dev' var paths = [ {name: 'local', url: 'http://127.0.0.1:8000/' }, - {name: 'dev', url: 'https://dev.api.utopia.com.vn/' }, - {name: 'prod', url: 'https://api.utopia.com.vn/' } + {name: 'dev', url: 'https://api.bigdatatech.cloud/' }, + {name: 'prod', url: 'https://api.bigdatatech.cloud/' } ] const path = paths.find(v=>v.name===mode).url const apis = [