0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added a v4 alias to canary in the api module.

issue https://github.com/TryGhost/Team/issues/221
This commit is contained in:
Thibaut Patel 2021-02-23 15:47:28 +01:00
parent 089655c2e2
commit 73d443e0ca

View file

@ -3,3 +3,4 @@ module.exports.v2 = require('./v2');
module.exports.canary = require('./canary');
module.exports.v3 = require('./v3');
module.exports.shared = require('./shared');
module.exports.v4 = require('./canary');