mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
|
module.exports = {
|
||
|
get accept() {
|
||
|
return require('./accept');
|
||
|
}
|
||
|
};
|