We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746cfa4 + 7ef7ab2 commit b215fbeCopy full SHA for b215fbe
src/masterBitgoExpress/routers/healthCheck.ts
@@ -25,7 +25,7 @@ const VersionResponse: HttpResponse = {
25
*/
26
const PingRoute = httpRoute({
27
method: 'POST',
28
- path: '/ping',
+ path: '/advancedwallet/ping',
29
request: httpRequest({}),
30
response: PingResponse,
31
description: 'Health check endpoint that returns server status',
@@ -41,7 +41,7 @@ const PingRoute = httpRoute({
41
42
const VersionRoute = httpRoute({
43
method: 'GET',
44
- path: '/version',
+ path: '/advancedwallet/version',
45
46
response: VersionResponse,
47
description: 'Returns the current version of the server',
0 commit comments