zealchen commented on code in PR #1616:
URL: https://github.com/apache/horaedb/pull/1616#discussion_r1895251068


##########
src/server/src/main.rs:
##########
@@ -52,6 +62,16 @@ async fn hello() -> impl Responder {
     HttpResponse::Ok().body("Hello world!")
 }
 
+#[get("/toggle")]
+async fn toggle(data: web::Data<AppState>) -> impl Responder {

Review Comment:
   Any reasons for choosing Actix over Axum?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to