Introduce user repositories
This commit is contained in:
parent
4baa665693
commit
22638dcc51
7 changed files with 403 additions and 2 deletions
2
works.go
2
works.go
|
@ -217,6 +217,8 @@ func declareAPIAuthWorksRoutes(router *gin.RouterGroup) {
|
|||
c.JSON(http.StatusOK, g)
|
||||
}
|
||||
})
|
||||
|
||||
declareAPIAuthRepositoriesRoutes(worksRoutes)
|
||||
}
|
||||
|
||||
func workHandler(c *gin.Context) {
|
||||
|
|
Reference in a new issue