mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-20 03:53:36 +02:00
Removed useless code for DeleteArticleHandler
This commit is contained in:
@@ -10,10 +10,6 @@ type Article struct {
|
||||
Content interface{} `json:"content" bson:"content"`
|
||||
}
|
||||
|
||||
type DelArticle struct {
|
||||
IdName string `json:"id_name" bson:"id_name"`
|
||||
}
|
||||
|
||||
var articlesLocation = Location{Database: "gohcms", Collection: "articles"}
|
||||
|
||||
func GetAllArticlesBusiness(documents [][]byte) []Article {
|
||||
|
||||
Reference in New Issue
Block a user