I can use the isdefault validator to make sure that a form field doesn't set a data field, but that may not be the best way.
This commit is contained in:
parent
de24d64f44
commit
77e4c3fa5b
2 changed files with 8 additions and 9 deletions
|
@ -40,4 +40,3 @@ func ReceivePost[T any](c *fiber.Ctx) (*T, error) {
|
|||
|
||||
return result, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue