added it_flush_cache test

This commit is contained in:
Peter Papp
2021-03-05 19:12:12 +01:00
parent b87f8b68d4
commit 842abcb6b1
5 changed files with 14037 additions and 14040 deletions
+1 -1
View File
@@ -971,7 +971,7 @@ const actions = {
getEmojisList: ({commit}) => {
return new Promise((resolve, reject) => {
axios.get('/api/emojis-list')
axios.get('/assets/emojis.json')
.then((response) => {
commit('LOAD_EMOJIS_LIST', response.data[0])