Skip to content

Commit

Permalink
fix: return of the forgotten cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Aug 12, 2023
1 parent c1e92dd commit 1c7de4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn route() -> Router {
.push(
Router::new()
.path("/replex/library/collections/<ids>/children")
// .hoop(default_cache())
.hoop(default_cache())
.get(get_collections_children),
)
.push(
Expand Down

0 comments on commit 1c7de4b

Please sign in to comment.