/**
 * story-page controller
 */

import { factories } from "@strapi/strapi";

export default factories.createCoreController("api::story-page.story-page");

