update strapi definitions

This commit is contained in:
Benjamin Palko 2025-05-05 12:32:35 -04:00
parent 54b8049488
commit 4c49c570b6
8 changed files with 114 additions and 1 deletions

View file

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