MCPcopy Create free account
hub / github.com/chainjet/platform / getHello

Method getHello

apps/api/src/app.service.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3@Injectable()
4export class AppService {
5 getHello(): string {
6 return 'Hello World!'
7 }
8}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected