Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilent committed Nov 22, 2023
1 parent 0477d1d commit 96a5538
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ pub async fn run(
.service(crate::routes::rating::get_handler)
.service(crate::routes::rating::list_handler),
)
// .service(
// web::resource("/stack/{id}")
// .route(web::get()
// .to(crate::routes::stack::get))
// .route(web::post()
// .to(crate::routes::stack::update))
// .route(web::post()
// .to(crate::routes::stack::add)),
// )
.service(
web::scope("/stack")
.wrap(HttpAuthentication::bearer(bearer_guard))
Expand Down

0 comments on commit 96a5538

Please sign in to comment.