Heroku config:
This commit is contained in:
parent
4d0234bbac
commit
85e3d52997
1
api/Procfile
Normal file
1
api/Procfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
web: vendor/bin/heroku-php-apache2 public/
|
@ -68,7 +68,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
axios:{
|
axios:{
|
||||||
baseURL:"http://127.0.0.1:8000/api"
|
baseURL:"https://clearbowl-api.herokuapp.com/api"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user