diff --git a/src/komante/controllers/komante.js b/src/komante/controllers/komante.js new file mode 100644 index 0000000..aa85a8f --- /dev/null +++ b/src/komante/controllers/komante.js @@ -0,0 +1,3 @@ +const { createCoreController } = require('@strapi/strapi').factories; + +module.exports = createCoreController('api::komante.komante')