diff --git a/pkg/internal/server/api/articles_api.go b/pkg/internal/server/api/articles_api.go index 3b4b04c..bf222ce 100644 --- a/pkg/internal/server/api/articles_api.go +++ b/pkg/internal/server/api/articles_api.go @@ -143,6 +143,7 @@ func editArticle(c *fiber.Ctx) error { body := models.PostArticleBody{ Title: data.Title, + Description: data.Description, Content: data.Content, Attachments: data.Attachments, }