Skip to content
  • This project
    • Loading...
  • Sign in

Jay Mehta / strapi-setup-file

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Registry
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • strapi-setup-file
  • src
  • api
  • home-content
  • services
  • home-content.js
  • Harish Patel's avatar
    added new content types · d378c8f6
    Harish Patel committed 2 years ago
    d378c8f6 Browse Directory
home-content.js 186 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * home-content service
 */

const { createCoreService } = require('@strapi/strapi').factories;

module.exports = createCoreService('api::home-content.home-content');