Introduce user repositories

This commit is contained in:
nemunaire 2022-09-04 11:38:10 +02:00
parent 4baa665693
commit 22638dcc51
7 changed files with 403 additions and 2 deletions

View file

@ -217,6 +217,8 @@ func declareAPIAuthWorksRoutes(router *gin.RouterGroup) {
c.JSON(http.StatusOK, g)
}
})
declareAPIAuthRepositoriesRoutes(worksRoutes)
}
func workHandler(c *gin.Context) {