1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-02-17 14:22:09 +00:00

19 lines
255 B
JavaScript
Raw Normal View History

2015-06-22 18:12:34 +02:00
require('../../../public/Config.js');
2015-06-21 13:09:29 +02:00
2015-06-22 18:12:34 +02:00
module.exports = {
2015-06-21 13:09:29 +02:00
2015-06-22 18:12:34 +02:00
maps: {
'/lobby': {
component: 'lobby'
},
2015-06-21 17:14:53 +02:00
2015-06-22 18:12:34 +02:00
'/deck-builder': {
component: 'deckBuilder'
}
},
2015-06-21 13:09:29 +02:00
2015-06-22 18:12:34 +02:00
options: {
history: true,
root: window.Config.Site.base
2015-06-21 13:09:29 +02:00
}
}