From 7b00ea7d4b604b6a1eda2be31e68ec65c3111a05 Mon Sep 17 00:00:00 2001 From: Ymnuk Date: Wed, 16 Aug 2023 10:08:25 +0300 Subject: [PATCH] Fix router POST --- lib/templ/tmpl/backend/route/api/templ/index.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/templ/tmpl/backend/route/api/templ/index.tmpl b/lib/templ/tmpl/backend/route/api/templ/index.tmpl index 4ed3f54..d4b9798 100644 --- a/lib/templ/tmpl/backend/route/api/templ/index.tmpl +++ b/lib/templ/tmpl/backend/route/api/templ/index.tmpl @@ -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