adejs/controllers/total/urls.js

6 lines
98 B
JavaScript
Raw Normal View History

2017-09-24 00:38:12 +02:00
const url = require('create-url').url;
module.exports = [
url('/total', 'total', 'total'),
]