Allow access to console from route /console

This commit is contained in:
Kristóf Tóth
2018-05-27 22:07:44 +02:00
parent 198c84fca7
commit 861c486597
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export const config = {
showNextButton: true
},
console: {
route: 'console',
defaultContent: '',
rewriteContentWithNewLogs: true
},