diff --git a/api/post.copy.go b/api/post.copy.go index 4281b93..6e80cd9 100644 --- a/api/post.copy.go +++ b/api/post.copy.go @@ -8,5 +8,4 @@ import ( func PostCopy(c echo.Context) error { return c.String(http.StatusOK, ``) - }