Skip to content

Commit b215fbe

Browse files
authored
Merge pull request #173 from BitGo/tw-161-fix-uris
docs: edited uris
2 parents 746cfa4 + 7ef7ab2 commit b215fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/masterBitgoExpress/routers/healthCheck.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const VersionResponse: HttpResponse = {
2525
*/
2626
const PingRoute = httpRoute({
2727
method: 'POST',
28-
path: '/ping',
28+
path: '/advancedwallet/ping',
2929
request: httpRequest({}),
3030
response: PingResponse,
3131
description: 'Health check endpoint that returns server status',
@@ -41,7 +41,7 @@ const PingRoute = httpRoute({
4141
*/
4242
const VersionRoute = httpRoute({
4343
method: 'GET',
44-
path: '/version',
44+
path: '/advancedwallet/version',
4545
request: httpRequest({}),
4646
response: VersionResponse,
4747
description: 'Returns the current version of the server',

0 commit comments

Comments
 (0)