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

6 lines
132 B
Cheetah

'use strict';
var Foxx = require('@arangodb/foxx');
module.exports = Foxx.Repository.extend({
// Add your custom methods here
});