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-01-27 22:49:56 -05:00
Code
Issues
Activity
5c5ecfd61d
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 12:56:44 +01: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 10:00:25 +00: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 12:56:44 +01:00
}
;
Reference in a new issue
Copy permalink