Skip to content

Commit

Permalink
chore: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Apr 4, 2021
1 parent 42baee3 commit ebb51af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middlewares/openapi.metadata.ts
Expand Up @@ -97,8 +97,8 @@ export function applyOpenApiMetadata(
} catch (error) {
throw new BadRequest({
path: req.path,
message: 'invalid URI',
})
message: `malformed uri'`,
});
}
}
}
Expand Down

0 comments on commit ebb51af

Please sign in to comment.