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
  • gift-card
  • routes
  • gift-card.js
  • jay's avatar
    roles · 36d44755
    jay committed 2024-03-04 12:23:23 +0530
    36d44755
gift-card.js 174 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * gift-card router
 */

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

module.exports = createCoreRouter('api::gift-card.gift-card');