a4a9ba7940
refs: https://github.com/TryGhost/Toolbox/issues/229 - we are getting rid of the concept of having multiple api versions in a single ghost install - removed all the code for multiple api versions & left canary wired up, but without the version in the URL - TODO: reorganise the folders so there's no canary folder when we're closer to shipping we need to minimise the pain of merging changes across from main for now
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
module.exports.endpoints = require('./canary');
|
|
|
|
module.exports.shared = require('./shared');
|