Add modification for post logic and add fields on user / contact

This commit is contained in:
2025-09-30 19:59:29 +02:00
parent a84fdbed9a
commit e7f91f1a7f
20 changed files with 20617 additions and 26 deletions

View File

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