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