Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eggjs/examples
/ router.js
File
router.js
unittest-jest/app/router.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
module.exports = app => {
4
app.router.get(
'homepage'
,
'/'
,
'home.index'
);
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected