first commit

This commit is contained in:
2025-05-29 22:03:20 +09:00
parent 235da149fb
commit 409dc6d8b0
52 changed files with 329 additions and 195 deletions

View File

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