add concatct page

This commit is contained in:
Schneider Roland
2025-02-04 22:13:50 +01:00
parent 71f697c88f
commit 4d239f7c7a
12 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* contact-page controller
*/
import { factories } from '@strapi/strapi'
export default factories.createCoreController('api::contact-page.contact-page');