Add AgentBoard project board card API
This commit is contained in:
@@ -36,6 +36,7 @@ func ToApiProjectBoardList(
|
||||
func ToAPIProject(ctx context.Context, project *project_model.Project) *api.Project {
|
||||
|
||||
apiProject := &api.Project{
|
||||
ID: project.ID,
|
||||
Title: project.Title,
|
||||
Description: project.Description,
|
||||
BoardType: uint8(project.BoardType),
|
||||
|
||||
Reference in New Issue
Block a user