Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/express/src/typedRoutes/api/v1/ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BitgoExpressError } from '../../schemas/error';
/**
* Ping (v1)
*
* Health check endpoint that returns 200 when the Express server is running.
* Health check endpoint that returns a 200 status code when the BitGo Express server is up and running.
*
* @operationId express.v1.ping
* @tag Express
Expand Down
Loading