Add nginx container
This commit is contained in:
@@ -3,5 +3,5 @@ export default function ({ $axios }) {
|
||||
console.log('Making request to ' + config.url)
|
||||
})
|
||||
|
||||
$axios.setBaseURL('http://localhost:8081')
|
||||
$axios.setBaseURL(process.env.API_URL)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user