mirror of
https://github.com/strapi/strapi.git
synced 2025-08-02 05:48:39 +00:00
13 lines
173 B
JavaScript
13 lines
173 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
type: 'content-api',
|
||
|
routes: [
|
||
|
{
|
||
|
method: 'GET',
|
||
|
path: '/locales',
|
||
|
handler: 'locales.listLocales',
|
||
|
},
|
||
|
],
|
||
|
};
|