Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
export
class
AppController {
5
@Get()
6
ping() {
7
return
{ message:
'Refly API Endpoint'
, version:
'v1'
, brand: BRANDING_NAME };
8
}
9
}
Callers
3
app.controller.spec.ts
File · 0.80
onModuleInit
Method · 0.80
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected