mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 09:25:25 +00:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
default: {},
|
|
validator: () => {},
|
|
};
|