feat: post api
This commit is contained in:
@@ -4,8 +4,10 @@ import "sundynix-go/service"
|
||||
|
||||
type ApiGroup struct {
|
||||
MyPlantApi
|
||||
PostApi
|
||||
}
|
||||
|
||||
var (
|
||||
plantService = service.GroupApp.PlantServiceGroup.MyPlantService
|
||||
postService = service.GroupApp.PlantServiceGroup.PostService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user