This commit is contained in:
anhduy-tech
2026-03-20 09:04:33 +07:00
parent 27ab77dadc
commit c9f20ed9fe

View File

@@ -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 = [