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