Skip to content

Commit f37a657

Browse files
Update src/routes.ts
Co-authored-by: Pranav <[email protected]>
1 parent bc1c592 commit f37a657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function prepBitGo(req: express.Request, res: express.Response, next: express.Ne
4848

4949
function setupKeyGenRoutes(app: express.Application) {
5050
// Register additional routes here as needed
51-
app.post('/:coin/independentKey', prepBitGo, promiseWrapper(postIndependentKey));
51+
app.post('/:coin/key/independent', prepBitGo, promiseWrapper(postIndependentKey));
5252
debugLogger('KeyGen routes configured');
5353
}
5454

0 commit comments

Comments
 (0)