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
d08b586781
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