diff --git a/api/src/controllers/utils.ts b/api/src/controllers/utils.ts index 646371d93d..9b678e8dc2 100644 --- a/api/src/controllers/utils.ts +++ b/api/src/controllers/utils.ts @@ -24,7 +24,7 @@ router.get( ); router.post( - '/hash', + '/hash/generate', asyncHandler(async (req, res) => { if (!req.body?.string) { throw new InvalidPayloadException(`"string" is required`);