diff --git a/src/config.js b/src/config.js index 7b781ca..62170d8 100644 --- a/src/config.js +++ b/src/config.js @@ -1,4 +1,3 @@ export const CONFIG = { - // api_url: "http://178.128.18.156:3000", api_url: process.env.VUE_APP_API_URL || "http://localhost:3000", };