Skip to content

Commit dd9f341

Browse files
committed
checkpoint
Signed-off-by: Jeff Ortel <[email protected]>
1 parent 9e305d7 commit dd9f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type AnalysisProfileHandler struct {
2525

2626
func (h AnalysisProfileHandler) AddRoutes(e *gin.Engine) {
2727
routeGroup := e.Group("/")
28-
routeGroup.Use(Required("Profiles"))
28+
routeGroup.Use(Required("Profiles"), Transaction)
2929
routeGroup.GET(AnalysisProfileRoot, h.Get)
3030
routeGroup.GET(AnalysisProfilesRoot, h.List)
3131
routeGroup.GET(AnalysisProfilesRoot+"/", h.List)

0 commit comments

Comments
 (0)