first commit
This commit is contained in:
7
lib/components/wakewords/route.js
Normal file
7
lib/components/wakewords/route.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
'/wakewords': (store, params, cb) => {
|
||||
cb(store.getState().wakewords.wakewords)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user