Skip to content

Commit

Permalink
Analysis created in transaction.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jul 17, 2024
1 parent 0b2b186 commit 16137d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (h AnalysisHandler) AddRoutes(e *gin.Engine) {
// Application
routeGroup = e.Group("/")
routeGroup.Use(Required("applications.analyses"))
routeGroup.POST(AppAnalysesRoot, h.AppCreate)
routeGroup.POST(AppAnalysesRoot, Transaction, h.AppCreate)
routeGroup.GET(AppAnalysesRoot, h.AppList)
routeGroup.GET(AppAnalysisRoot, h.AppLatest)
routeGroup.GET(AppAnalysisReportRoot, h.AppLatestReport)
Expand Down

0 comments on commit 16137d4

Please sign in to comment.