mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
refs #9865 Note that this controller is the singular, that's because we plan to make a session resource controller to be used with /sessions, wheras this is on /session
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
module.exports = {
|
|
get session() {
|
|
return require('./session');
|
|
}
|
|
};
|