Skip to content

Commit

Permalink
RHINENG-7684: fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Mar 21, 2024
1 parent 8750a58 commit ccba24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func InitAPI(api *gin.RouterGroup, config docs.EndpointsConfig) { // nolint: fun
ids.GET("/baselines/:baseline_id/systems", controllers.BaselineSystemsListIDsHandler)
}
if config.EnableTemplates {
export.GET("/templates/:template_id/systems", controllers.TemplateSystemsListIDsHandler)
ids.GET("/templates/:template_id/systems", controllers.TemplateSystemsListIDsHandler)
}

api.GET("/status", controllers.Status)
Expand Down

0 comments on commit ccba24a

Please sign in to comment.