Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-02-03 23:00:14 -05:00
Code
Issues
Activity
ebe0177b4f
ghost
/
core
/
server
/
api
/
v2
/
index.js
6 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Created session controller (#9911) 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
2018-10-03 20:45:42 +07:00
module
.
exports
=
{
get
session
(
)
{
return
require
(
'./session'
)
;
}
}
;
Reference in a new issue
Copy permalink