2021-09-07 15:11:07 +02:00

13 lines
173 B
JavaScript

'use strict';
module.exports = {
type: 'content-api',
routes: [
{
method: 'GET',
path: '/locales',
handler: 'locales.listLocales',
},
],
};