mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 22:13:20 +03:00
5f5f0021db
no issue - support ends today - see https://github.com/nodejs/Release - removed `use strict`
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
module.exports = {
|
|
get urls() {
|
|
return require('./urls');
|
|
}
|
|
};
|