API_URL env

This commit is contained in:
Artur Nowakowski 2019-12-05 15:43:06 +01:00
parent 8ba0d1e6d3
commit 1bef4bf914

View File

@ -68,7 +68,6 @@ export default {
}
},
axios:{
//baseURL:"https://clearbowl-api.herokuapp.com/api"
baseURL: process.env.API_URL || "http://localhost:8000/api"
}