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
  • end-user
  • services
  • end-user.js
  • jay's avatar
    roles · 36d44755
    jay committed a year ago
    36d44755
end-user.js 174 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * end-user service
 */

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

module.exports = createCoreService('api::end-user.end-user');