Skip to content

Commit

Permalink
fix: Add missing /v2/[lists|node]/:listIri to ApiRoutes (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Jul 11, 2024
1 parent c62f460 commit da1d61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ final case class ApiRoutes(
ResourcesRouteV2(routeData.appConfig).makeRoute ~
StandoffRouteV2().makeRoute ~
ValuesRouteV2().makeRoute ~
(adminApiRoutes.routes ++ authenticationApiRoutes.routes ++ resourceInfoRoutes.routes ++ searchApiRoutes.routes ++ managementRoutes.routes)
(adminApiRoutes.routes ++ authenticationApiRoutes.routes ++ resourceInfoRoutes.routes ++ searchApiRoutes.routes ++ managementRoutes.routes ++ listsApiV2Routes.routes)
.reduce(_ ~ _)
}
}
Expand Down

0 comments on commit da1d61d

Please sign in to comment.