Heroku config:

This commit is contained in:
Artur Nowakowski 2019-12-05 14:49:43 +01:00
parent 4d0234bbac
commit 85e3d52997
2 changed files with 2 additions and 1 deletions

1
api/Procfile Normal file
View File

@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 public/

View File

@ -68,7 +68,7 @@ export default {
}
},
axios:{
baseURL:"http://127.0.0.1:8000/api"
baseURL:"https://clearbowl-api.herokuapp.com/api"
}