mirror of
https://github.com/ComfortablyCoding/strapi-plugin-website-builder.git
synced 2025-12-19 00:06:58 -05:00
10 lines
180 B
JavaScript
10 lines
180 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* controller
|
|
*/
|
|
|
|
const { createCoreController } = require('@strapi/strapi').factories;
|
|
|
|
module.exports = createCoreController('plugin::website-builder.log');
|