15 lines
177 B
JavaScript

'use strict';
module.exports = [
{
method: 'POST',
path: '/builds',
handler: 'build.trigger',
},
{
method: 'GET',
path: '/builds',
handler: 'build.find',
},
];