Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjp232004 committed May 7, 2024
1 parent a5f1d27 commit a407ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handler/http/router/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ pub fn get_service_routes(cfg: &mut web::ServiceConfig) {
.service(pipelines::save_pipeline)
.service(pipelines::list_pipelines)
.service(pipelines::delete_pipeline)
.service(pipelines::update_pipeline),
.service(pipelines::update_pipeline)
.service(search::multi_streams::search_multi)
.service(search::multi_streams::_search_partition_multi)
.service(search::multi_streams::around_multi)
.service(search::multi_streams::around_multi),
);
}

Expand Down

0 comments on commit a407ebb

Please sign in to comment.