mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
c50658953c
- now we only have one API version, it doesn't make sense to keep "canary" around - renaming it to `endpoints/` makes more sense for this - this commit renames the `core/server/api/canary/` folder to `core/server/api/endpoints/` - it also fixes the naming in test titles and the various other places we relied on this
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
module.exports.endpoints = require('./endpoints');
|
|
|
|
module.exports.shared = require('./shared');
|