Blame view

src/api/gift-card/routes/gift-card.js 174 Bytes
jay committed
1 2 3
'use strict';

/**
jay committed
4
 * gift-card router
jay committed
5 6 7 8
 */

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

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