Created the rest of the structure of the CMS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* terms-and-conditions router
|
||||
*/
|
||||
|
||||
const { createCoreRouter } = require('@strapi/strapi').factories;
|
||||
|
||||
module.exports = createCoreRouter('api::terms-and-conditions.terms-and-conditions');
|
||||
Reference in New Issue
Block a user