2017-09-24 00:38:12 +02:00
|
|
|
const url = require('create-url').url;
|
|
|
|
|
|
|
|
module.exports = [
|
2017-09-24 01:29:08 +02:00
|
|
|
url('/total/', 'total', 'total'),
|
2017-09-25 15:26:06 +02:00
|
|
|
url('/total-table', 'totalTable', 'totalTable'),
|
2017-09-24 00:38:12 +02:00
|
|
|
]
|