Skip to content

Commit 074b507

Browse files
revamp homi api with checklist in it
1 parent 325379e commit 074b507

4 files changed

Lines changed: 74 additions & 245 deletions

File tree

src/handlers/http/checklist.rs

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/handlers/http/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use self::query::Query;
3030

3131
pub mod about;
3232
pub mod alerts;
33-
pub mod checklist;
3433
pub mod cluster;
3534
pub mod correlation;
3635
pub mod demo_data;

src/handlers/http/modal/server.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ impl Server {
180180
web::scope("/home")
181181
.service(web::resource("").route(web::get().to(http::prism_home::home_api)))
182182
.service(web::resource("/search").route(web::get().to(http::prism_home::home_search)))
183-
.service(
184-
web::resource("/checklist").route(web::get().to(http::checklist::get_checklist)),
185-
)
186183
}
187184

188185
pub fn get_prism_logstream() -> Scope {

0 commit comments

Comments
 (0)