mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 21:58:23 +00:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
/**
|
||
|
|
* relation-locale controller
|
||
|
|
*/
|
||
|
|
|
||
|
|
const { createCoreController } = require('@strapi/strapi').factories;
|
||
|
|
|
||
|
|
module.exports = createCoreController('api::relation-locale.relation-locale');
|