add back missing param to validate call on record post route
This commit is contained in:
parent
3cd2cdb722
commit
41e23e78ce
|
@ -36,7 +36,7 @@ router
|
|||
)
|
||||
.post(
|
||||
"/api/:modelId/records/validate",
|
||||
authorized(WRITE_MODEL),
|
||||
authorized(WRITE_MODEL, ctx => ctx.params.modelId),
|
||||
recordController.validate
|
||||
)
|
||||
.delete(
|
||||
|
|
Loading…
Reference in New Issue