Implement writing to and reading from console from API

This commit is contained in:
Kristóf Tóth
2018-05-27 17:41:18 +02:00
parent 3456595c5a
commit 2f3ea52b8e
4 changed files with 41 additions and 3 deletions

View File

@ -36,6 +36,9 @@ export const config = {
route: 'messages',
showNextButton: true
},
console: {
defaultContent: ''
},
testmessenger: {
route: 'testmessenger'
}