This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-22 10:21:36 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
da0dee548c
Ghost
/
core
/
server
/
web
/
api
/
index.js
2 lines
35 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Renamed app related files+variables for clarity - renamed the parentApp in index.js to ghostApp, to reduce confusion with the layer that is named parentApp - renamed the adminApp inside of parentApp to backendApp to reflect the fact it's both admin+api - renamed a bunch more variables there to be backend, rather than admin - renamed the api index.js file to app.js and created a new index which is an actual index
2020-04-27 18:54:31 +03:00
module
.
exports
=
require
(
'./app'
)
;
Reference in New Issue
Copy Permalink