mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
1f55c90037
refs #9866 - we fallback to v0.1 by default - we support different formats - this opens the box to switch the ghost api version for the whole blog site - i had to add a different notation for overrides.json, because the structure is not optimal (i only want the versions, not the shortcuts)
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
module.exports = {
|
|
get create() {
|
|
return require('./create');
|
|
}
|
|
};
|