Wron url in last commit
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukas Bachschwell 2019-12-10 17:07:20 +01:00
parent 59aa4a5e67
commit 8cd85507e5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default {
return {}
},
mounted: () => {
let host = 'https://joinbot.tk'
let host = 'https://joinbot.tk/bot'
if (process.env.NODE_ENV === 'development') {
host = 'http://localhost:3000'
}