Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggjs/egg
/ router.js
File
router.js
example/helloworld-commonjs/app/router.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports = app => {
2
app.get(
'/'
,
'home.index'
);
3
};
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected