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

sujata / advithconsulting.io-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
  • advithconsulting.io-backend
  • src
  • api
  • apc
  • controllers
  • apc.js
  • sujata's avatar
    apc and Book Closures backend · 1d88174f
    sujata committed 2025-07-08 13:27:17 +0530
    1d88174f
apc.js 168 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
'use strict';

/**
 * apc controller
 */

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

module.exports = createCoreController('api::apc.apc');