mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add autocomplete to dictionary and urbandictionary
This commit is contained in:
parent
c3ac88ea3f
commit
74408053dc
5 changed files with 67 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
module.exports = {
|
||||
autocomplete: {
|
||||
translateLanguage: require('./autocomplete/translateLanguage')
|
||||
googleDictionary: require('./autocomplete/googleDictionary'),
|
||||
translateLanguage: require('./autocomplete/translateLanguage'),
|
||||
urbanDictionary: require('./autocomplete/urbanDictionary')
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue