INFRA-2866 | removing houston user check from get user products API (#408)
This commit is contained in:
@@ -215,7 +215,7 @@ func (s *Server) incidentClientHandlerV2(houstonGroup *gin.RouterGroup) {
|
||||
houstonGroup.POST("/link-jira-to-incident", incidentHandler.HandleJiraLinking)
|
||||
houstonGroup.POST("/unlink-jira-from-incident", incidentHandler.HandleJiraUnLinking)
|
||||
houstonGroup.GET("/get-jira-statuses", incidentHandler.HandleGetJiraStatuses)
|
||||
houstonGroup.GET("/user/products", authService.IfValidHoustonUser(incidentHandler.HandleGetProductsOfUser))
|
||||
houstonGroup.GET("/user/products", incidentHandler.HandleGetProductsOfUser)
|
||||
houstonGroup.GET("/product/reporting-and-responder-teams", incidentHandler.HandleGetReportingAndResponderTeams)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user