Fix router POST

This commit is contained in:
Ymnuk 2023-08-16 10:08:25 +03:00
parent 8d4da91a86
commit 7b00ea7d4b

View File

@ -64,7 +64,6 @@ func get(c echo.Context) error {
// @Tags {{ .Rest.GroupName }}
// @Accept json
// @Produce json
// @Param id path string true "Identificator record"
// @Param body body {{ getModelName .Project .Rest.Data }} true "Structure for request"
// @Success 200 {object} structs.Result
// @Failure 400 {object} structs.Result