MCPcopy Create free account
hub / github.com/SAP-samples/cloud-sdk-js / AppController

Class AppController

samples/cds-sample-application/src/app.controller.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3@Controller()
4export class AppController {
5 constructor() {}
6
7 @Get()
8 getHello(): string {
9 return 'Hello World!';
10 }
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected