Updated share url

This commit is contained in:
Roman Cervantes 2019-01-23 23:16:34 -07:00
parent c97a0cc182
commit b04d43b722

View file

@ -102,8 +102,8 @@ export default {
shareUrl() {
const url = process.env.NODE_ENV === 'development'
? 'http://localhost:3000'
: 'https://gamebrary.com';
? 'http://localhost:5000'
: 'https://app.gamebrary.com';
return `${url}/#/s/${this.user.uid}/${this.platform.code}`;
},