patched issues found during testing

This commit is contained in:
Laurin
2022-06-03 19:57:43 +02:00
parent 569695245f
commit 0f0da062c6
12 changed files with 74 additions and 36 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export function notFoundHandler(req: Request, res: Response) {
return res.status(404).json({
type: "error",
payload: {
message: `The ${req.method} HTTP method is implemented for '${req.path}'`,
message: `The ${req.method} HTTP method is not implemented for '${req.path}'`,
_links: [
{
rel: "root",