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 02:11:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9e4401d9f6
Ghost
/
core
/
server
/
web
/
api
/
testmode
/
index.js
2 lines
38 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Moved testmode routes into a correctly named file - testmode routing was in an index.js file, this breaks our coding standards - these routes belong in routes file, same as all other routes
2021-05-20 13:42:27 +03:00
module
.
exports
=
require
(
'./routes'
)
;
Reference in New Issue
Copy Permalink