MCPcopy 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

1import { GetMapping, renderHtml } from '@/common';
2
3export 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