#101 - update hard-coded server url

This commit is contained in:
jared 2019-04-02 13:38:07 -04:00
parent 79efe0646c
commit 3b78c9c755
2 changed files with 4 additions and 1 deletions

View file

@ -35,6 +35,9 @@ const EmojiSelector = {
emojis: filterByKeyword(customEmojis, this.keyword)
}
}
},
serverUrl () {
return this.$store.state.instance.server
}
}
}