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
  • amenity
  • services
  • amenity.js
  • Harish Patel's avatar
    changes · 3a3964c5
    Harish Patel committed 2 years ago
    3a3964c5 Browse Files
amenity.js 171 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * amenity service
 */

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

module.exports = createCoreService('api::amenity.amenity');