/** * page router */ import { factories } from '@strapi/strapi'; export default factories.createCoreRouter('api::page.page', { config: { find: { auth: false }, findOne: { auth: false }, } });