1
0
Fork 0
arangodb/js/server/modules/@arangodb/foxx/templates/main.js.tmpl

4 lines
150 B
Cheetah

'use strict';
<% _.each(routePaths, function (path) { %>
module.context.use('/<%= path %>', require('./routes/<%= path %>'), '<%= path %>');<% }); %>