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

Jay Mehta / zango-strapi

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
  • zango-strapi
  • src
  • api
  • test
  • services
  • test.js
  • jaymehta's avatar
    test entity · 490e2f74
    jaymehta committed 11 months ago
    490e2f74
test.js 162 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * test service
 */

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

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