From 038a5a2acf5523f997e6c5fcb001a796b676c810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 03:03:39 +0400 Subject: [PATCH] Create komante controller --- src/komante/controllers/komante.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/komante/controllers/komante.js 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')