update strapi definitions
This commit is contained in:
parent
54b8049488
commit
4c49c570b6
8 changed files with 114 additions and 1 deletions
7
strapi/src/api/blog/controllers/blog.ts
Normal file
7
strapi/src/api/blog/controllers/blog.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* blog controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreController('api::blog.blog');
|
||||
Loading…
Add table
Add a link
Reference in a new issue