Enlace
[Enlace] Enlace Get Started
2025/09/23 09:53 code
description here …
@MainApplication
class DemoApplication extends Application {
@AddAdaptor(HttpAdaptor)
onAddHttpAdaptor(router: Router) {
router.useEndpointOn("/", () => "HelloWorld");
}
}