data models;
Showing
4 changed files
with
0 additions
and
143 deletions
src/api/township/routes/township.js
deleted
100644 → 0
-
Please register or sign in to post a comment
'use strict'; | ||
/** | ||
* township controller | ||
*/ | ||
const { createCoreController } = require('@strapi/strapi').factories; | ||
module.exports = createCoreController('api::township.township'); |
'use strict'; | ||
/** | ||
* township router | ||
*/ | ||
const { createCoreRouter } = require('@strapi/strapi').factories; | ||
module.exports = createCoreRouter('api::township.township'); |
'use strict'; | ||
/** | ||
* township service | ||
*/ | ||
const { createCoreService } = require('@strapi/strapi').factories; | ||
module.exports = createCoreService('api::township.township'); |