This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4cca2353e0
Ghost
/
core
/
server
/
controllers
/
index.js
5 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Splitted preview & single controllers from index (#9121) refs #5091 - one step towards having a less confusing controller/routing system for blogs
2017-10-09 14:56:44 +03:00
module
.
exports
=
{
preview
:
require
(
'./preview'
)
,
Renamed single / post -> entry refs #9192 - an entry is a post or a page, represented by a post model
2017-11-08 13:00:25 +03:00
entry
:
require
(
'./entry'
)
Splitted preview & single controllers from index (#9121) refs #5091 - one step towards having a less confusing controller/routing system for blogs
2017-10-09 14:56:44 +03:00
}
;
Reference in New Issue
Copy Permalink