Skip to content

Commit 40bc924

Browse files
committed
comment cleanup
1 parent c0cc6b5 commit 40bc924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

url_finder/src/routes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ pub fn create_routes(app_state: Arc<AppState>) -> Router<Arc<AppState>> {
9292
"/url/retrievability/:provider",
9393
get(handle_find_retri_by_sp),
9494
)
95-
// .layer(middleware::from_fn(cache_middleware))
9695
.layer(middleware::from_fn_with_state(
9796
app_state.clone(),
9897
cache_middleware,

0 commit comments

Comments
 (0)