Refactor submission retrieval
This commit is contained in:
parent
24d39dd14e
commit
eacaedeb03
7 changed files with 175 additions and 113 deletions
1
works.go
1
works.go
|
@ -220,6 +220,7 @@ func declareAPIAuthWorksRoutes(router *gin.RouterGroup) {
|
|||
})
|
||||
|
||||
declareAPIAuthRepositoriesRoutes(worksRoutes)
|
||||
declareAPIWorkSubmissionsRoutes(worksRoutes)
|
||||
}
|
||||
|
||||
func workHandler(c *gin.Context) {
|
||||
|
|
Reference in a new issue