13 lines
173 B
JavaScript
Raw Normal View History

2021-09-04 00:12:23 +02:00
'use strict';
module.exports = {
type: 'content-api',
routes: [
{
method: 'GET',
path: '/locales',
handler: 'locales.listLocales',
},
],
};