mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
implement logbook endpoints (with zod validation)
This commit is contained in:
parent
9a4fd29fa5
commit
279845628c
2 changed files with 145 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ export class InvalidParameter extends HTTPException{
|
|||
super(400, { message:
|
||||
paramName
|
||||
? `Provided parameter '${paramName}' is invalid.`
|
||||
: 'Provided invalid parameter.'
|
||||
: 'Provided invalid request parameter(s) or some required parameter is missing.'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue