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