feat: implement CommitService and register commit management routes in the API server
All checks were successful
Build and Release / release (push) Successful in 1m27s
All checks were successful
Build and Release / release (push) Successful in 1m27s
This commit is contained in:
@@ -109,7 +109,7 @@ func (s *FiberServer) SetupServer(
|
||||
geometryService := services.NewGeometryService(geometryRepo)
|
||||
wikiService := services.NewWikiService(wikiRepo)
|
||||
projectService := services.NewProjectService(projectRepo)
|
||||
commitService := services.NewCommitService(poolPg, commitRepo, projectRepo)
|
||||
commitService := services.NewCommitService(poolPg, commitRepo, projectRepo, redis)
|
||||
submissionService := services.NewSubmissionService(
|
||||
submissionRepo, projectRepo, commitRepo,
|
||||
userRepo, wikiRepo, geometryRepo, entityRepo,
|
||||
|
||||
Reference in New Issue
Block a user