Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaXH/korct
/ renderIndex
Method
renderIndex
controller/ViewController.ts:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
@GetMapping(/\/*/)
5
@renderHtml()
6
async
renderIndex(): Promise<string> {
7
return
'index'
;
8
}
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected