Initial commit
This commit is contained in:
commit
affe27b3e8
49 changed files with 33325 additions and 0 deletions
9
backend/strapi/src/api/note/controllers/note.js
Normal file
9
backend/strapi/src/api/note/controllers/note.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
/**
|
||||
* note controller
|
||||
*/
|
||||
|
||||
const { createCoreController } = require('@strapi/strapi').factories;
|
||||
|
||||
module.exports = createCoreController('api::note.note');
|
||||
Loading…
Add table
Add a link
Reference in a new issue