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

Jay Mehta / central-star-backend

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
  • central-star-backend
  • src
  • api
  • home-banner
  • routes
  • home-banner.js
  • Harish Patel's avatar
    added new content types · d378c8f6
    Harish Patel committed 2 years ago
    d378c8f6
home-banner.js 180 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * home-banner router
 */

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

module.exports = createCoreRouter('api::home-banner.home-banner');