adejs/controllers/total/urls.js

6 lines
99 B
JavaScript
Raw Normal View History

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-24 00:38:12 +02:00
]