This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================ | |
| // controllers/admin.controller.seed.js (V8 — schema-correct mapping) | |
| // | |
| // Standalone controller module (this-binding pattern). | |
| // Routes load with: require('../controllers/admin.controller.seed.js')() | |
| // | |
| // Adds: this.seedBusinesses → POST /v1/admin/seed-businesses | |
| // | |
| // Key V8 changes (vs V7): | |
| // - Drop string _id ("bc_001"), let MongoDB generate ObjectId. |