diff --git a/pkg/models/api.go b/pkg/models/api.go deleted file mode 100644 index 37adbd0..0000000 --- a/pkg/models/api.go +++ /dev/null @@ -1,5 +0,0 @@ -package models - -type FavoriteList struct { - Posts []Post `json:"posts,omitempty"` -}