mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
|
module.exports = {
|
||
|
get all() {
|
||
|
return require('./all');
|
||
|
}
|
||
|
};
|