mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
refactor: refactor endpoints to comply with github api
introduce new logic to handle project and column assignment, refactor everything and removed unnecessary code, create swagger docs
This commit is contained in:
@@ -27,3 +27,10 @@ type swaggerResponseColumn struct {
|
||||
// in:body
|
||||
Body api.Column `json:"body"`
|
||||
}
|
||||
|
||||
// ColumnList
|
||||
// swagger:response ColumnList
|
||||
type swaggerResponseColumnList struct {
|
||||
// in:body
|
||||
Body []api.Column `json:"body"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user