MCPcopy
hub / github.com/refly-ai/refly / ping

Method ping

apps/api/src/modules/app.controller.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4export class AppController {
5 @Get()
6 ping() {
7 return { message: 'Refly API Endpoint', version: 'v1', brand: BRANDING_NAME };
8 }
9}

Callers 3

onModuleInitMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected